Skip to content

Commit

Permalink
Avoid issues with recursive nix
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack committed Apr 1, 2024
1 parent 8d24fd0 commit 8747fd0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -246,10 +246,6 @@
inherit system;
pkgs = self.legacyPackages.${system};
src = ./nix-tools;
override-inputs = {
# Avoid downloading another `hackage.nix`.
inherit (inputs) hackage;
};
};
in cf.defaultNix.hydraJobs;
in
Expand Down

0 comments on commit 8747fd0

Please sign in to comment.