mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-30 22:57:55 +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
|
||||
''
|
||||
(
|
||||
URL=${url}
|
||||
PATH=${path}
|
||||
DIRNAME=$(dirname ${path})
|
||||
URL=${lib.escapeShellArg url}
|
||||
FILEPATH=${lib.escapeShellArg path}
|
||||
DIRNAME=$(dirname ${lib.escapeShellArg path})
|
||||
mkdir -p "$DIRNAME"
|
||||
${(fetchScript path value).${value.type}}
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user