nixos/test/stash: fix eval (#412794)
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user