Add more search engines

This commit is contained in:
Henry Hiles 2025-08-19 21:54:37 -04:00
commit 4153994f0d
No known key found for this signature in database
2 changed files with 17 additions and 3 deletions

View file

@ -17,6 +17,8 @@
boot.initrd.allowMissingModules = true;
nixpkgs.hostPlatform = "aarch64-linux";
nixpkgs.config.allowBroken = true;
nixpkgs = {
hostPlatform = "aarch64-linux";
config.allowBroken = true;
};
}