fix bootstrap
This commit is contained in:
parent
43ffd8e657
commit
b3e4519dd2
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ in
|
||||||
home.activation.cloneNixConfig = lib.hm.dag.entryAfter [ "createDirectories" ] ''
|
home.activation.cloneNixConfig = lib.hm.dag.entryAfter [ "createDirectories" ] ''
|
||||||
if [ ! -d "${repoDir}" ]; then
|
if [ ! -d "${repoDir}" ]; then
|
||||||
$DRY_RUN_CMD mkdir -p "$(dirname "${repoDir}")"
|
$DRY_RUN_CMD mkdir -p "$(dirname "${repoDir}")"
|
||||||
$DRY_RUN_CMD ${pkgs.git}/bin/git clone https://github.com/barrettruth/nix-config.git "${repoDir}"
|
$DRY_RUN_CMD ${pkgs.git}/bin/git clone https://github.com/barrettruth/nix-config.git "${repoDir}" || true
|
||||||
fi
|
fi
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue