tweaks for flame

This commit is contained in:
Noah Masur
2025-03-09 04:46:34 +00:00
parent a3dcca556f
commit 3e8b14d671
3 changed files with 11 additions and 1 deletions

View File

@ -40,6 +40,12 @@ in
settings = {
# Trust users for messing with Nix stuff
trusted-users = [
"root"
"@wheel"
];
# Add community Cachix to binary cache
# Don't use at work because blocked by corporate firewall
builders-use-substitutes = true;