nixos/test/stash: fix eval (#412794)

This commit is contained in:
Peder Bergebakken Sundt
2025-06-01 03:45:59 +02:00
committed by GitHub

View File

@@ -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;