We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6152ce2 commit 7a006ffCopy full SHA for 7a006ff
overlays/default.nix
@@ -45,6 +45,10 @@ let
45
tarball // { exes = final.lib.genAttrs nix-tools-provided-exes (_: tarball); };
46
47
static-nix-tools = static-nix-tools' ../nix-tools-static.nix;
48
+ # Any change to default-setup requires rebuilding everthing.
49
+ # Having a dedicated file for `default-setup` allows us to update
50
+ # the other `nix-tools` (like `make-install-plan`), without a
51
+ # full rebuild.
52
static-nix-tools-for-default-setup = static-nix-tools' ../nix-tools-static-for-default-setup.nix;
53
54
# Version of nix-tools built with a pinned version of haskell.nix.
0 commit comments