diff options
author | Karel Kočí <cynerd@email.cz> | 2023-01-30 11:54:00 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2023-01-30 11:54:00 +0100 |
commit | 4bf16a846cba86d2a72e3cbb3b5d2d029a05c187 (patch) | |
tree | 5e947d22202021a1fb8a04dc33e4677a400c770b /nixos | |
parent | 4f809fde1bd8409046615c48d8ffbe06db7c40d0 (diff) | |
download | nixos-personal-4bf16a846cba86d2a72e3cbb3b5d2d029a05c187.tar.gz nixos-personal-4bf16a846cba86d2a72e3cbb3b5d2d029a05c187.tar.bz2 nixos-personal-4bf16a846cba86d2a72e3cbb3b5d2d029a05c187.zip |
nixos/compile: for now disable binfmt
Diffstat (limited to 'nixos')
-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..9754eb2 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"]; environment.systemPackages = with pkgs; [ # Tools |