mirror of
https://github.com/nix-community/disko
synced 2024-11-12 23:27:07 +00:00
riscv64-linux: add riscv64-linux to supported systems
This commit is contained in:
parent
8ab9e56099
commit
a4780abc0b
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
||||||
"x86_64-linux"
|
"x86_64-linux"
|
||||||
"i686-linux"
|
"i686-linux"
|
||||||
"aarch64-linux"
|
"aarch64-linux"
|
||||||
|
"riscv64-linux"
|
||||||
];
|
];
|
||||||
forAllSystems = nixpkgs.lib.genAttrs supportedSystems;
|
forAllSystems = nixpkgs.lib.genAttrs supportedSystems;
|
||||||
in
|
in
|
||||||
|
|
Loading…
Reference in a new issue