Install Attic, configure nix to always use cache

This commit is contained in:
NullBite 2025-02-04 23:59:13 +00:00
parent d5f75437c2
commit 1e6b656572
2 changed files with 5 additions and 0 deletions
home/profile
system/common

@ -84,6 +84,8 @@ in
nix-tree
nh
nix-output-monitor
attic
nix-fast-build
git
git-lfs

@ -71,6 +71,9 @@ in
# able to handle simple rebuilds offline)
nix.settings.fallback = lib.mkDefault true;
# Allow use of nix binary cache for every derivation
nix.settings.always-allow-substitutes = lib.mkDefault true;
# trust all members of wheel. this technically can give you root power,
# but if you've compromised a member of wheel, you might as well already
# be root; you could easily intercept a sudo call.