diff --git a/packages/flake-module.nix b/packages/flake-module.nix index 0dc6b22..36e39d7 100644 --- a/packages/flake-module.nix +++ b/packages/flake-module.nix @@ -2,7 +2,6 @@ perSystem = { pkgs, system, - self', ... }: { # We build the alias to sieve tool here, this is a two step process, we first generate @@ -24,6 +23,5 @@ }; in (pkgs.callPackage alias-to-sieve-nix {}).rootCrate.build; - checks.alias-to-sieve = self'.packages.alias-to-sieve.override {runTests = true;}; }; }