From 2fadd194863f0c8c14043b98301cb31bad3fbdd9 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Sat, 23 Dec 2023 18:36:22 +0800 Subject: [PATCH] flake.nix: remove `riscv64-linux` We'll test it another time. --- flake.nix | 1 - 1 file changed, 1 deletion(-) 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);