Skip to content

Commit

Permalink
[nix] Bump auto-installer to 18.1 (#1664)
Browse files Browse the repository at this point in the history
## Summary

## How was it tested?
  • Loading branch information
mikeland73 authored Dec 4, 2023
1 parent 4c2cb52 commit b5d5c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/nix/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func Install(writer io.Writer, daemon *bool) error {
}
defer r.Close()

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"
if daemon != nil {
if *daemon {
installScript += " -- --daemon"
Expand Down

0 comments on commit b5d5c1a

Please sign in to comment.