bump, cross fixes

This commit is contained in:
Henry Hiles 2025-08-29 18:14:02 -04:00
commit 62c7179b62
No known key found for this signature in database
9 changed files with 58 additions and 50 deletions

View file

@ -1,6 +0,0 @@
{lib, ...}: {
nixpkgs = {
hostPlatform = lib.mkDefault "x86_64-linux";
buildPlatform = "x86_64-linux";
};
}

View file

@ -0,0 +1 @@
{boot.binfmt.emulatedSystems = ["aarch64-linux"];}