riscv64-linux: add riscv64-linux to supported systems

This commit is contained in:
0x4A6F
2023-04-28 10:51:08 +02:00
parent 8ab9e56099
commit a4780abc0b
+1
View File
@@ -12,6 +12,7 @@
"x86_64-linux"
"i686-linux"
"aarch64-linux"
"riscv64-linux"
];
forAllSystems = nixpkgs.lib.genAttrs supportedSystems;
in