Install Attic, configure nix to always use cache
This commit is contained in:
parent
d5f75437c2
commit
1e6b656572
@ -84,6 +84,8 @@ in
|
|||||||
nix-tree
|
nix-tree
|
||||||
nh
|
nh
|
||||||
nix-output-monitor
|
nix-output-monitor
|
||||||
|
attic
|
||||||
|
nix-fast-build
|
||||||
|
|
||||||
git
|
git
|
||||||
git-lfs
|
git-lfs
|
||||||
|
@ -71,6 +71,9 @@ in
|
|||||||
# able to handle simple rebuilds offline)
|
# able to handle simple rebuilds offline)
|
||||||
nix.settings.fallback = lib.mkDefault true;
|
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,
|
# 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
|
# but if you've compromised a member of wheel, you might as well already
|
||||||
# be root; you could easily intercept a sudo call.
|
# be root; you could easily intercept a sudo call.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user