ci: allow insecure for NixOS builds

We'll see if this is a good idea in the following weeks.
This commit is contained in:
Gabriel Arazas 2023-09-22 12:36:59 +08:00
parent 4adc573fcf
commit 9a1f2e9c02
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC
2 changed files with 2 additions and 0 deletions

View File

@ -21,4 +21,5 @@ jobs:
env: env:
NIXPKGS_ALLOW_BROKEN: "1" NIXPKGS_ALLOW_BROKEN: "1"
NIXPKGS_ALLOW_UNFREE: "1" NIXPKGS_ALLOW_UNFREE: "1"
NIXPKGS_ALLOW_INSECURE: "1"
NIXPKGS_ALLOW_UNSUPPORTED_SYSTEM: "1" NIXPKGS_ALLOW_UNSUPPORTED_SYSTEM: "1"

View File

@ -9,6 +9,7 @@ jobs:
env: env:
NIXPKGS_ALLOW_BROKEN: "1" NIXPKGS_ALLOW_BROKEN: "1"
NIXPKGS_ALLOW_UNFREE: "1" NIXPKGS_ALLOW_UNFREE: "1"
NIXPKGS_ALLOW_INSECURE: "1"
permissions: permissions:
contents: write contents: write
steps: steps: