nix moment

This commit is contained in:
Zynh Ludwig 2024-08-01 03:53:19 -07:00
parent fb232d7df7
commit 64344da090

View file

@ -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" ]