Skip to content

Commit

Permalink
nix-darwin: Remove useDaemon metadata
Browse files Browse the repository at this point in the history
It is the only choice now.
We can't easily detect the removal with `. or`, so we just remove it.
  • Loading branch information
roberth committed Feb 13, 2025
1 parent dc6ebc1 commit 96828e3
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 96828e3

Please sign in to comment.