From 0fca2a029e2dc5f3ef297521ef494c3f2cd00746 Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Mon, 21 Jul 2025 18:44:48 +1000 Subject: [PATCH] modified: installer.nix --- installer.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.nix b/installer.nix index 017dec2..1091e99 100644 --- a/installer.nix +++ b/installer.nix @@ -36,7 +36,7 @@ environment.etc."git-credentials".text = set -euo pipefail -FLAKE_BASE_URL="git+https://gitea.lan.ddnsgeek.com/beatzaplenty/nixos.git" +export FLAKE_BASE_URL="git+https://gitea.lan.ddnsgeek.com/beatzaplenty/nixos.git" # Menu options options=("nixos" "docker" "server" "nix-cache" "nix-minimal")