nix moment
This commit is contained in:
parent
fb232d7df7
commit
64344da090
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ in
|
|||
execName = service;
|
||||
script = writeShellScriptBin execName ''
|
||||
clone_repo() {
|
||||
git clone "$1" "$2"
|
||||
${pkgs.git}/bin/git clone "$1" "$2"
|
||||
}
|
||||
|
||||
while IFS="" read -r p || [ -n "$p" ]
|
||||
|
|
Loading…
Reference in a new issue