Skip to content

Commit

Permalink
fix(roagen): use git from pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
Moraxyc committed Jul 7, 2024
1 parent 141c62d commit b69d7f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/roagen.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ in
cd /tmp
if [ -e registry ]; then
git clone --depth=1 https://git.dn42.dev/dn42/registry.git
${lib.getExe pkgs.git} clone --depth=1 https://git.dn42.dev/dn42/registry.git
cd registry
else
cd registry
git pull --depth=1
${lib.getExe pkgs.git} pull --depth=1
fi
mkdir -p '${cfg.outputDir}'
Expand Down

0 comments on commit b69d7f6

Please sign in to comment.