mirror of
https://github.com/NixOS/nix
synced 2025-06-24 22:11:15 +02:00
Merge pull request #10806 from jdek/riscv64_install
scripts/install.in: add riscv64 support to installer
This commit is contained in:
commit
1450b553fa
2 changed files with 6 additions and 0 deletions
|
@ -50,6 +50,11 @@ case "$(uname -s).$(uname -m)" in
|
|||
path=@tarballPath_armv7l-linux@
|
||||
system=armv7l-linux
|
||||
;;
|
||||
Linux.riscv64)
|
||||
hash=@tarballHash_riscv64-linux@
|
||||
path=@tarballPath_riscv64-linux@
|
||||
system=riscv64-linux
|
||||
;;
|
||||
Darwin.x86_64)
|
||||
hash=@tarballHash_x86_64-darwin@
|
||||
path=@tarballPath_x86_64-darwin@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue