mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
nixos/oink: fix eval
This commit is contained in:
parent
3008387c34
commit
8188520c42
1 changed files with 4 additions and 1 deletions
|
|
@ -12,7 +12,10 @@ let
|
|||
lib.mapAttrs' (k: v: lib.nameValuePair (lib.toLower k) v) attrs
|
||||
);
|
||||
oinkConfig = makeOinkConfig {
|
||||
global = cfg.settings;
|
||||
global = removeAttrs cfg.settings [
|
||||
"apiKey"
|
||||
"secretApiKey"
|
||||
];
|
||||
domains = cfg.domains;
|
||||
};
|
||||
in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue