fix: trusted-users not working as expected
All checks were successful
/ check (push) Successful in 4m21s

This commit is contained in:
Daniel Flanagan 2025-03-19 11:09:36 -05:00
parent 12661d6187
commit 10d953ffd7

View file

@ -108,8 +108,10 @@
# registry = lib.mapAttrs (_: value: { flake = value; }) self.inputs; # registry = lib.mapAttrs (_: value: { flake = value; }) self.inputs;
settings = { settings = {
trusted-users = lib.mkDefault [ "@wheel" ]; trusted-users = [
extra-experimental-features = lib.mkDefault [ "@wheel"
];
extra-experimental-features = [
"nix-command" "nix-command"
"flakes" "flakes"
]; ];