We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a1b04c commit 4e9524cCopy full SHA for 4e9524c
default.nix
@@ -618,7 +618,7 @@ rec {
618
# Also mention the dependencies in the output, so that after `nix-build -A
619
# shell` (or just `nix-build`) they are guaranteed to be present in the
620
# local nix store.
621
- phases = ["installPhase" "fixupPhase"];
+ phases = ["installPhase"];
622
installPhase = "touch $out";
623
preferLocalBuild = true;
624
allowSubstitutes = true;
0 commit comments