This repository was archived by the owner on Jan 9, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -365,6 +365,7 @@ if [ "${CONTINUE}" == "YES" ]; then
365365 else
366366 # Add Env vars
367367 export NIXPKGS_ALLOW_BROKEN=" 1"
368+ export NIXPKGS_ALLOW_INSECURE=" 1"
368369 export NIXPKGS_ALLOW_UNFREE=" 1"
369370 export NIXPKGS_ALLOW_UNSUPPORTED_SYSTEM=" 1"
370371 # Add Tokens
Original file line number Diff line number Diff line change @@ -25,7 +25,8 @@ mkdir -pv "${SYSTMP}/pkgforge"
2525export DEBIAN_FRONTEND=" noninteractive"
2626export GIT_TERMINAL_PROMPT=" 0"
2727export GIT_ASKPASS=" /bin/echo"
28- export NIXPKGS_ALLOW_BROKEN=" 1"
28+ export NIXPKGS_ALLOW_BROKEN=" 1"
29+ export NIXPKGS_ALLOW_INSECURE=" 1"
2930export NIXPKGS_ALLOW_UNFREE=" 1"
3031export NIXPKGS_ALLOW_UNSUPPORTED_SYSTEM=" 1"
3132EGET_TIMEOUT=" timeout -k 1m 2m" && export EGET_TIMEOUT=" ${EGET_TIMEOUT} "
Original file line number Diff line number Diff line change @@ -213,6 +213,7 @@ pushd "$(mktemp -d)" &>/dev/null
213213 else
214214 # Add Env vars
215215 export NIXPKGS_ALLOW_BROKEN=" 1"
216+ export NIXPKGS_ALLOW_INSECURE=" 1"
216217 export NIXPKGS_ALLOW_UNFREE=" 1"
217218 export NIXPKGS_ALLOW_UNSUPPORTED_SYSTEM=" 1"
218219 # Add Tokens
Original file line number Diff line number Diff line change @@ -365,8 +365,9 @@ if [ "${CONTINUE}" == "YES" ]; then
365365 else
366366 # Add Env vars
367367 export NIXPKGS_ALLOW_BROKEN=" 1"
368+ export NIXPKGS_ALLOW_INSECURE=" 1"
368369 export NIXPKGS_ALLOW_UNFREE=" 1"
369- export NIXPKGS_ALLOW_UNSUPPORTED_SYSTEM=" 1"
370+ export NIXPKGS_ALLOW_UNSUPPORTED_SYSTEM=" 1"
370371 # Add Tokens
371372 echo " access-tokens = github.com=${GITHUB_TOKEN} " | sudo tee -a " /etc/nix/nix.conf" > /dev/null 2>&1
372373 # Update Channels
You can’t perform that action at this time.
0 commit comments