fix: trusted-users not working as expected
All checks were successful
/ check (push) Successful in 4m21s
All checks were successful
/ check (push) Successful in 4m21s
This commit is contained in:
parent
12661d6187
commit
10d953ffd7
1 changed files with 4 additions and 2 deletions
|
@ -108,8 +108,10 @@
|
|||
# registry = lib.mapAttrs (_: value: { flake = value; }) self.inputs;
|
||||
|
||||
settings = {
|
||||
trusted-users = lib.mkDefault [ "@wheel" ];
|
||||
extra-experimental-features = lib.mkDefault [
|
||||
trusted-users = [
|
||||
"@wheel"
|
||||
];
|
||||
extra-experimental-features = [
|
||||
"nix-command"
|
||||
"flakes"
|
||||
];
|
||||
|
|
Loading…
Add table
Reference in a new issue