From a4780abc0b0255ca2b947b46dbcf43d2cc0beeac Mon Sep 17 00:00:00 2001 From: 0x4A6F <0x4A6F@users.noreply.github.com> Date: Thu, 27 Apr 2023 18:28:55 +0200 Subject: [PATCH] riscv64-linux: add riscv64-linux to supported systems --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 6749318..77d8009 100644 --- a/flake.nix +++ b/flake.nix @@ -12,6 +12,7 @@ "x86_64-linux" "i686-linux" "aarch64-linux" + "riscv64-linux" ]; forAllSystems = nixpkgs.lib.genAttrs supportedSystems; in