mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-30 22:57:55 +00:00
ci: allow insecure for NixOS builds
We'll see if this is a good idea in the following weeks.
This commit is contained in:
parent
4adc573fcf
commit
9a1f2e9c02
1
.github/workflows/check.yml
vendored
1
.github/workflows/check.yml
vendored
@ -21,4 +21,5 @@ jobs:
|
||||
env:
|
||||
NIXPKGS_ALLOW_BROKEN: "1"
|
||||
NIXPKGS_ALLOW_UNFREE: "1"
|
||||
NIXPKGS_ALLOW_INSECURE: "1"
|
||||
NIXPKGS_ALLOW_UNSUPPORTED_SYSTEM: "1"
|
||||
|
1
.github/workflows/update.yml
vendored
1
.github/workflows/update.yml
vendored
@ -9,6 +9,7 @@ jobs:
|
||||
env:
|
||||
NIXPKGS_ALLOW_BROKEN: "1"
|
||||
NIXPKGS_ALLOW_UNFREE: "1"
|
||||
NIXPKGS_ALLOW_INSECURE: "1"
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user