mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-12 06:19:00 +00:00
home-manager/files/mutable-files: fix fetch script
This commit is contained in:
parent
7bcbd912ca
commit
2b5b7cf50a
@ -169,9 +169,9 @@ in
|
|||||||
in
|
in
|
||||||
''
|
''
|
||||||
(
|
(
|
||||||
URL=${lib.escapeShellArg url}
|
URL=${url}
|
||||||
FILEPATH=${lib.escapeShellArg path}
|
FILEPATH=${path}
|
||||||
DIRNAME=$(dirname ${lib.escapeShellArg path})
|
DIRNAME=$(dirname ${path})
|
||||||
mkdir -p "$DIRNAME"
|
mkdir -p "$DIRNAME"
|
||||||
${(fetchScript path value).${value.type}}
|
${(fetchScript path value).${value.type}}
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user