Skip to content

Commit

Permalink
fixup! Add darwin support
Browse files Browse the repository at this point in the history
  • Loading branch information
rake5k committed Jan 3, 2024
1 parent 89de3f1 commit fb06d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix-darwin/nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
nix-config.flake = inputs.self;
};
settings = {
allowed-users = attrNames config.users.users;
allowed-users = builtins.attrNames config.users.users;
auto-optimise-store = true;
experimental-features = [ "nix-command" "flakes" ];
log-lines = 30;
Expand Down

0 comments on commit fb06d40

Please sign in to comment.