add aarch64-linux support on shepard

This commit is contained in:
Aaron Honeycutt 2024-03-17 23:59:23 +00:00
parent 66494c867b
commit 73653f1722

View file

@ -9,6 +9,9 @@
driSupport32Bit = true;
};
# Enable binfmt emulation of aarch64-linux.
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
# Allow Unfree
nixpkgs.config.allowUnfree = true;