mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
home-manager/files/mutable-files: fix fetch script
This commit is contained in:
parent
0d78584b98
commit
0bd1399508
@ -169,9 +169,9 @@ in
|
|||||||
in
|
in
|
||||||
''
|
''
|
||||||
(
|
(
|
||||||
URL=${url}
|
URL=${lib.escapeShellArg url}
|
||||||
PATH=${path}
|
FILEPATH=${lib.escapeShellArg path}
|
||||||
DIRNAME=$(dirname ${path})
|
DIRNAME=$(dirname ${lib.escapeShellArg 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