mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nixos/nix-daemon: Fix misspelled old option name
This commit is contained in:
parent
84726d052e
commit
a26134ffd4
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ let
|
||||||
requireSignedBinaryCaches = "require-sigs";
|
requireSignedBinaryCaches = "require-sigs";
|
||||||
trustedUsers = "trusted-users";
|
trustedUsers = "trusted-users";
|
||||||
allowedUsers = "allowed-users";
|
allowedUsers = "allowed-users";
|
||||||
systemFeatures = "system-feature";
|
systemFeatures = "system-features";
|
||||||
};
|
};
|
||||||
|
|
||||||
semanticConfType = with types;
|
semanticConfType = with types;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue