Skip to content

Commit

Permalink
Merge pull request #313 from nix-community/local-substituter
Browse files Browse the repository at this point in the history
Local substituter
  • Loading branch information
Mic92 authored Jan 13, 2025
2 parents 33b510d + f92499d commit da94e00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nix/nix-settings.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
nix.settings.connect-timeout = 5;

# Enable flakes
nix.settings.experimental-features = [ "nix-command" "flakes" ];
nix.settings.extra-experimental-features = [ "nix-command" "flakes" ];
nix.settings.extra-substituters = [ "/" ];

# The default at 10 is rarely enough.
nix.settings.log-lines = lib.mkDefault 25;
Expand Down

0 comments on commit da94e00

Please sign in to comment.