commit | fe985d5be95de84d8f29a6e6e238d2cd504c999a | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Thu Jan 26 00:50:24 2023 +0000 |
committer | Skyler Grey <skyler3665@gmail.com> | Sun Feb 26 13:09:28 2023 +0000 |
tree | bac2959747f181eea570e17db55c70c470e85646 | |
parent | bb2e74c6967511bb620069dc340f207ead5bab4b [diff] |
Add the ability to cross-compile
diff --git a/modules/cross.nix b/modules/cross.nix new file mode 100644 index 0000000..0aebfcf --- /dev/null +++ b/modules/cross.nix
@@ -0,0 +1 @@ +{ config.boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; }