mirror of
https://github.com/NixOS/nix.git
synced 2024-11-25 16:23:02 +00:00
scripts/install.in: add riscv64 support to installer
The artifacts are already built and hosted, the install script just needs to be taught about riscv64. Signed-off-by: J. Dekker <jdek@itanimul.li>
This commit is contained in:
parent
ef5c846e25
commit
0ed356f3c0
@ -50,6 +50,11 @@ case "$(uname -s).$(uname -m)" in
|
|||||||
path=@tarballPath_armv7l-linux@
|
path=@tarballPath_armv7l-linux@
|
||||||
system=armv7l-linux
|
system=armv7l-linux
|
||||||
;;
|
;;
|
||||||
|
Linux.riscv64)
|
||||||
|
hash=@tarballHash_riscv64-linux@
|
||||||
|
path=@tarballPath_riscv64-linux@
|
||||||
|
system=riscv64-linux
|
||||||
|
;;
|
||||||
Darwin.x86_64)
|
Darwin.x86_64)
|
||||||
hash=@tarballHash_x86_64-darwin@
|
hash=@tarballHash_x86_64-darwin@
|
||||||
path=@tarballPath_x86_64-darwin@
|
path=@tarballPath_x86_64-darwin@
|
||||||
|
Loading…
Reference in New Issue
Block a user