packages/build-support: fix hydrateAssetDirectory
This commit is contained in:
parent
e09cdb52ff
commit
80e3680953
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ rootDir: let
|
||||||
|
|
||||||
hydrate = index: fetchAsset { inherit index; };
|
hydrate = index: fetchAsset { inherit index; };
|
||||||
|
|
||||||
isDvc = lib.strings.hasSuffix ".dvc";
|
isDvc = file: lib.strings.hasSuffix ".dvc" (toString file);
|
||||||
|
|
||||||
relative = file: lib.strings.removePrefix prefix (toString file);
|
relative = file: lib.strings.removePrefix prefix (toString file);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue