Skip to content

Commit fdbd72f

Browse files
mikeland73Lagoja
authored andcommitted
[nix] Pin nix version to 2.17.1 (#1526)
## Summary Due to this bug: NixOS/nix#9052 let's pin nix version until resolved. ## How was it tested? In fresh docker ubuntu: ``` devbox setup nix devbox init devbox add hello devbox run hello ``` (cherry picked from commit 462487d)
1 parent 6e1e0ce commit fdbd72f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/nix/install.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ func Install(writer io.Writer, daemon *bool) error {
3737
}
3838
defer r.Close()
3939

40-
installScript := "curl -L https://nixos.org/nix/install | sh -s"
40+
installScript := "curl -L https://releases.nixos.org/nix/nix-2.17.1/install | sh -s"
4141
if daemon != nil {
4242
if *daemon {
4343
installScript += " -- --daemon"

0 commit comments

Comments
 (0)