Skip to content

Commit

Permalink
Merge pull request #978 from usertam/patch/no-verify-nixbld
Browse files Browse the repository at this point in the history
checks.nix: disable verifyBuildUsers for auto-allocate-uids
  • Loading branch information
emilazy authored Jun 23, 2024
2 parents 29b3096 + 4141697 commit 5058197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/system/checks.nix
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ in

system.checks.verifyBuildUsers = mkOption {
type = types.bool;
default = true;
default = !(config.nix.settings.auto-allocate-uids or false);
description = "Whether to run the Nix build users validation checks.";
};

Expand Down

0 comments on commit 5058197

Please sign in to comment.