Skip to content

Commit 7a006ff

Browse files
committed
Add comment
1 parent 6152ce2 commit 7a006ff

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

overlays/default.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ let
4545
tarball // { exes = final.lib.genAttrs nix-tools-provided-exes (_: tarball); };
4646

4747
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.
4852
static-nix-tools-for-default-setup = static-nix-tools' ../nix-tools-static-for-default-setup.nix;
4953

5054
# Version of nix-tools built with a pinned version of haskell.nix.

0 commit comments

Comments
 (0)