Skip to content

Commit

Permalink
nix-darwin: Allow missing useDaemon as it is the only choice now
Browse files Browse the repository at this point in the history
  • Loading branch information
roberth committed Feb 12, 2025
1 parent dc6ebc1 commit da2f58b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/nix/nix-darwin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ in
darwin.label = config.system.darwinLabel;
darwin.revision = config.system.darwinRevision;
darwin.version = config.system.darwinVersion;
darwin.nix.daemon = config.nix.useDaemon;
darwin.nix.daemon = config.nix.useDaemon or true;
darwin.nix.sandbox = config.nix.settings.sandbox;
};
};
Expand Down

0 comments on commit da2f58b

Please sign in to comment.