riscv64-linux: add riscv64-linux to supported systems

This commit is contained in:
0x4A6F 2023-04-27 18:28:55 +02:00
parent 8ab9e56099
commit a4780abc0b
No known key found for this signature in database
GPG Key ID: 8DEDBA5BE07080E1

View File

@ -12,6 +12,7 @@
"x86_64-linux"
"i686-linux"
"aarch64-linux"
"riscv64-linux"
];
forAllSystems = nixpkgs.lib.genAttrs supportedSystems;
in