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"];
};
# Make sure flakes are enabled
settings = {
# Make sure flakes are enabled
experimental-features = ["nix-command" "flakes"];
flake-registry = "";
nix-path = config.nix.nixPath;
# Trust wheel
trusted-users = ["@wheel"];
};
extraOptions = ''
keep-outputs = true