Make Nix rebuilds work offline
This commit is contained in:
parent
38056d5abc
commit
a3e82595df
@ -11,6 +11,10 @@
|
||||
# Enable flakes
|
||||
nix.settings.experimental-features = ["nix-command" "flakes" ];
|
||||
|
||||
# fallback to building locally if binary cache fails (home-manager should be
|
||||
# able to handle simple rebuilds offline)
|
||||
nix.settings.fallback = true;
|
||||
|
||||
# Allow unfree packages
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user