mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +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
|
||||
]
|
||||
'';
|
||||
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 {
|
||||
type = types.path;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue