Skip to content

Commit b5d5c1a

Browse files
authored
[nix] Bump auto-installer to 18.1 (#1664)
## Summary ## How was it tested?
1 parent 4c2cb52 commit b5d5c1a

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

0 commit comments

Comments
 (0)