Skip to content

Commit 8747fd0

Browse files
committed
Avoid issues with recursive nix
1 parent 8d24fd0 commit 8747fd0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

flake.nix

-4
Original file line numberDiff line numberDiff line change
@@ -246,10 +246,6 @@
246246
inherit system;
247247
pkgs = self.legacyPackages.${system};
248248
src = ./nix-tools;
249-
override-inputs = {
250-
# Avoid downloading another `hackage.nix`.
251-
inherit (inputs) hackage;
252-
};
253249
};
254250
in cf.defaultNix.hydraJobs;
255251
in

0 commit comments

Comments
 (0)