Add riscv64

This commit is contained in:
Charlotte 🦝 Delenk 2022-11-27 15:06:17 +01:00
parent 6d0982b80f
commit ae366cd729
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -12,7 +12,7 @@
flake-utils,
...
} @ inputs:
flake-utils.lib.eachDefaultSystem (
flake-utils.lib.eachSystem ["aarch64-darwin" "aarch64-linux" "x86_64-darwin" "x86_64-linux" "riscv64-linux"] (
system: let
pkgs = import nixpkgs {
inherit system;