Skip to content

Commit 38c8d85

Browse files
committed
Use Github Direct for now
1 parent ea15819 commit 38c8d85

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://artifacts.nixos.org/experimental-installer-" + system
46+
url := "https://github.com/NixOS/experimental-nix-installer/releases/download/0.27.0/nix-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)