trust wheel

This commit is contained in:
minish 2024-12-31 22:51:39 -05:00
parent 460fa753d2
commit b2c032ca6a
Signed by: min
SSH Key Fingerprint: SHA256:NFjjdbkd6u7aoMlcrDCVvz6o2UBtlAuPm8IQ2vhZ3Fg
1 changed files with 3 additions and 1 deletions

View File

@ -27,11 +27,13 @@
dates = ["weekly"]; dates = ["weekly"];
}; };
# Make sure flakes are enabled
settings = { settings = {
# Make sure flakes are enabled
experimental-features = ["nix-command" "flakes"]; experimental-features = ["nix-command" "flakes"];
flake-registry = ""; flake-registry = "";
nix-path = config.nix.nixPath; nix-path = config.nix.nixPath;
# Trust wheel
trusted-users = ["@wheel"];
}; };
extraOptions = '' extraOptions = ''
keep-outputs = true keep-outputs = true