diff options
author | Karel Kočí <cynerd@email.cz> | 2023-03-10 09:32:06 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2023-03-10 09:32:41 +0100 |
commit | 42d69ea28a5127941ebf0eaa19e5d33ce3cdd457 (patch) | |
tree | 0ea3c47aa7719b970ba860e9ea3022a4501bbe42 /nixos/modules | |
parent | d0c21ad4a6915ee3cde11b1979cfe9b3c1cfcf56 (diff) | |
download | nixos-personal-42d69ea28a5127941ebf0eaa19e5d33ce3cdd457.tar.gz nixos-personal-42d69ea28a5127941ebf0eaa19e5d33ce3cdd457.tar.bz2 nixos-personal-42d69ea28a5127941ebf0eaa19e5d33ce3cdd457.zip |
devShells/apo: add glibc static
Diffstat (limited to 'nixos/modules')
-rw-r--r-- | nixos/modules/compile.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/compile.nix b/nixos/modules/compile.nix index 45cc9e6..18ff6f5 100644 --- a/nixos/modules/compile.nix +++ b/nixos/modules/compile.nix @@ -19,7 +19,7 @@ with lib; { cores = 0; }; - boot.binfmt.emulatedSystems = ["armv7l-linux" "aarch64-linux"]; + boot.binfmt.emulatedSystems = ["armv7l-linux" "aarch64-linux" "riscv32-linux"]; environment.systemPackages = with pkgs; [ # Tools |