about summary refs log tree commit diff stats
path: root/bootstrap/install/install.sh
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-04-22 13:46:09 +0200
committerSoispha <soispha@vhack.eu>2023-05-09 19:31:29 +0200
commit643fc4113e65b7582b9477b888484f9053ffad80 (patch)
tree837d2b0985f006c41be2c496eb91ee15e89f85a7 /bootstrap/install/install.sh
parentFix(hosts/apzu): Switch to correct values (diff)
downloadnixos-config-643fc4113e65b7582b9477b888484f9053ffad80.tar.gz
nixos-config-643fc4113e65b7582b9477b888484f9053ffad80.zip
Fix(bootstrap): Reference the new repo location
Diffstat (limited to 'bootstrap/install/install.sh')
-rwxr-xr-xbootstrap/install/install.sh2
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"