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
commit e2c60b31f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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;