Skip to content

Commit 4e9524c

Browse files
committed
fix shell
1 parent 2a1b04c commit 4e9524c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ rec {
618618
# Also mention the dependencies in the output, so that after `nix-build -A
619619
# shell` (or just `nix-build`) they are guaranteed to be present in the
620620
# local nix store.
621-
phases = ["installPhase" "fixupPhase"];
621+
phases = ["installPhase"];
622622
installPhase = "touch $out";
623623
preferLocalBuild = true;
624624
allowSubstitutes = true;

0 commit comments

Comments
 (0)