flake.nix: remove riscv64-linux

We'll test it another time.
This commit is contained in:
Gabriel Arazas 2023-12-23 18:36:22 +08:00
parent 02d7b34bdd
commit 2fadd19486
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -118,7 +118,6 @@
systems = [
"x86_64-linux"
"aarch64-linux"
"riscv64-linux"
];
forAllSystems = f: nixpkgs.lib.genAttrs systems (system: f system);