diff options
author | Soispha <soispha@vhack.eu> | 2023-04-22 13:46:09 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-05-09 19:31:29 +0200 |
commit | 643fc4113e65b7582b9477b888484f9053ffad80 (patch) | |
tree | 837d2b0985f006c41be2c496eb91ee15e89f85a7 /bootstrap/install/install.sh | |
parent | Fix(hosts/apzu): Switch to correct values (diff) | |
download | nixos-config-643fc4113e65b7582b9477b888484f9053ffad80.tar.gz nixos-config-643fc4113e65b7582b9477b888484f9053ffad80.zip |
Fix(bootstrap): Reference the new repo location
Diffstat (limited to 'bootstrap/install/install.sh')
-rwxr-xr-x | bootstrap/install/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/install/install.sh b/bootstrap/install/install.sh index c2a3814c..8417448e 100755 --- a/bootstrap/install/install.sh +++ b/bootstrap/install/install.sh @@ -149,7 +149,7 @@ esac readp "Do you want to continue with nixos-install? [N/y]: " result case $result in [Yy]) - nix run "git+https://codeberg.org/ene/nixos-config#setup" --experimental-features 'nix-command flakes'; + nix run "git+https://codeberg.org/soispha/nixos-config#setup" --experimental-features 'nix-command flakes'; ;; *) msg "Sure, do it yourself" |