Skip to content

Commit ea15819

Browse files
committed
change builtin installer to upstream nix experimental
1 parent 5ad68fa commit ea15819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/install.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ func (i *Installer) Download(ctx context.Context) error {
4343
}
4444
}
4545

46-
url := "https://install.determinate.systems/nix/nix-installer-" + system
46+
url := "https://artifacts.nixos.org/experimental-installer-" + system
4747
req, err := http.NewRequestWithContext(ctx, http.MethodGet, url, nil)
4848
if err != nil {
4949
return fmt.Errorf("create request: %v", err)

0 commit comments

Comments
 (0)