mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-24 18:19:11 +00:00
ci: allow unfree for nixpkgs config
This commit is contained in:
parent
e3e401f939
commit
f4497459e7
1
.github/workflows/automate-update.yml
vendored
1
.github/workflows/automate-update.yml
vendored
@ -6,6 +6,7 @@ on:
|
|||||||
env:
|
env:
|
||||||
NIXPKGS_ALLOW_INSECURE: "1"
|
NIXPKGS_ALLOW_INSECURE: "1"
|
||||||
NIXPKGS_ALLOW_BROKEN: "1"
|
NIXPKGS_ALLOW_BROKEN: "1"
|
||||||
|
NIXPKGS_ALLOW_UNFREE: "1"
|
||||||
|
|
||||||
# GitHub bot
|
# GitHub bot
|
||||||
GIT_AUTHOR_NAME: "github-actions[bot]"
|
GIT_AUTHOR_NAME: "github-actions[bot]"
|
||||||
|
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -3,6 +3,7 @@ on: [pull_request, push]
|
|||||||
env:
|
env:
|
||||||
NIXPKGS_ALLOW_INSECURE: "1"
|
NIXPKGS_ALLOW_INSECURE: "1"
|
||||||
NIXPKGS_ALLOW_BROKEN: "1"
|
NIXPKGS_ALLOW_BROKEN: "1"
|
||||||
|
NIXPKGS_ALLOW_UNFREE: "1"
|
||||||
jobs:
|
jobs:
|
||||||
check-outputs:
|
check-outputs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
Reference in New Issue
Block a user