Skip to content
This repository was archived by the owner on Jan 9, 2026. It is now read-only.

Commit cb877ed

Browse files
committed
fix nix
1 parent fd85daf commit cb877ed

4 files changed

Lines changed: 6 additions & 2 deletions

File tree

scripts/runner/setup_aarch64-Linux.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

scripts/runner/setup_env.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ mkdir -pv "${SYSTMP}/pkgforge"
2525
export DEBIAN_FRONTEND="noninteractive"
2626
export GIT_TERMINAL_PROMPT="0"
2727
export GIT_ASKPASS="/bin/echo"
28-
export NIXPKGS_ALLOW_BROKEN="1"
28+
export NIXPKGS_ALLOW_BROKEN="1"
29+
export NIXPKGS_ALLOW_INSECURE="1"
2930
export NIXPKGS_ALLOW_UNFREE="1"
3031
export NIXPKGS_ALLOW_UNSUPPORTED_SYSTEM="1"
3132
EGET_TIMEOUT="timeout -k 1m 2m" && export EGET_TIMEOUT="${EGET_TIMEOUT}"

scripts/runner/setup_riscv64-Linux.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

scripts/runner/setup_x86_64-Linux.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)