mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +03:00
nixos/test/stash: fix eval (#412794)
This commit is contained in:
commit
e2c60b31f8
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ let
|
||||||
presets.recentlyAddedImages
|
presets.recentlyAddedImages
|
||||||
]
|
]
|
||||||
'';
|
'';
|
||||||
apply = type: if builtins.isFunction type then (type uiPresets) else type;
|
apply = type: if lib.isFunction type then (type uiPresets) else type;
|
||||||
};
|
};
|
||||||
blobs_path = mkOption {
|
blobs_path = mkOption {
|
||||||
type = types.path;
|
type = types.path;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue