We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c2cb52 commit b5d5c1aCopy full SHA for b5d5c1a
internal/nix/install.go
@@ -37,7 +37,7 @@ func Install(writer io.Writer, daemon *bool) error {
37
}
38
defer r.Close()
39
40
- installScript := "curl -L https://releases.nixos.org/nix/nix-2.17.1/install | sh -s"
+ installScript := "curl -L https://releases.nixos.org/nix/nix-2.18.1/install | sh -s"
41
if daemon != nil {
42
if *daemon {
43
installScript += " -- --daemon"
0 commit comments