diff --git a/flake.nix b/flake.nix index 6ce5783..3e8a11a 100644 --- a/flake.nix +++ b/flake.nix @@ -153,7 +153,7 @@ }; overlays.default = overlay; } // - utils.lib.eachSystem (utils.lib.defaultSystems ++ ["aarch64-darwin"]) (system: + utils.lib.eachSystem (utils.lib.defaultSystems ++ ["aarch64-darwin" "riscv64-linux"]) (system: let pkgs = import nixpkgs { inherit system;