Skip to content

Commit

Permalink
Merge #57
Browse files Browse the repository at this point in the history
57: fix: make experimental-features a list r=zimbatm a=DavHau



Co-authored-by: DavHau <[email protected]>
  • Loading branch information
bors[bot] and DavHau authored Feb 4, 2023
2 parents b6def6f + 9f325f5 commit d29141b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion nixos/common/nix.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
nix.settings.connect-timeout = 5;

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

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

0 comments on commit d29141b

Please sign in to comment.