Skip to content

Commit d50f32c

Browse files
committed
fix path
1 parent 985abc0 commit d50f32c

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