diff --git a/flake.nix b/flake.nix index c469b8de..57333800 100644 --- a/flake.nix +++ b/flake.nix @@ -118,7 +118,6 @@ systems = [ "x86_64-linux" "aarch64-linux" - "riscv64-linux" ]; forAllSystems = f: nixpkgs.lib.genAttrs systems (system: f system);