diff --git a/flake.nix b/flake.nix index 62e839a..29a94e2 100644 --- a/flake.nix +++ b/flake.nix @@ -311,10 +311,10 @@ }; }; - compress-drv-tests = let - pkgs = import nixpkgs {inherit system;}; - in - pkgs.callPackage ./pkgs/compress-drv-tests.nix {}; + #compress-drv-tests = let + # pkgs = import nixpkgs {inherit system;}; + #in + # pkgs.callPackage ./pkgs/compress-drv-tests.nix {}; } ) deploy-rs.lib;