From 8a10dee085b31e7bcc83aa224552842ac102e1a5 Mon Sep 17 00:00:00 2001 From: 0x4A6F <0x4A6F@users.noreply.github.com> Date: Wed, 26 Apr 2023 09:59:47 +0200 Subject: [PATCH] Add riscv64-linux to supported systems --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;