This commit is contained in:
Henry Hiles 2025-08-20 10:08:36 -04:00
commit 133c94d64c
No known key found for this signature in database
4 changed files with 10 additions and 5 deletions

View file

@ -18,7 +18,7 @@
boot.initrd.allowMissingModules = true;
nixpkgs = {
hostPlatform = "aarch64-linux";
hostPlatform = "aarch64-linux"; # Do i use binfmt here
config.allowBroken = true;
};
}