Use ssh for update's git repo
This commit is contained in:
parent
ab9f4698e1
commit
1314cc6bd5
|
@ -14,7 +14,7 @@ writeShellApplication
|
||||||
set -e
|
set -e
|
||||||
pushd /tmp > /dev/null
|
pushd /tmp > /dev/null
|
||||||
rm -rf ./update
|
rm -rf ./update
|
||||||
git clone https://git.lillianviolet.dev/Lillian-Violet/NixOS-Config.git ./update
|
git clone forgejo@git.lillianviolet.dev:Lillian-Violet/NixOS-Config.git ./update
|
||||||
pushd ./update > /dev/null
|
pushd ./update > /dev/null
|
||||||
echo "Updating flake lock..."
|
echo "Updating flake lock..."
|
||||||
nix flake update
|
nix flake update
|
||||||
|
|
Loading…
Reference in a new issue