mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 06:19:00 +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:
|
||||
NIXPKGS_ALLOW_INSECURE: "1"
|
||||
NIXPKGS_ALLOW_BROKEN: "1"
|
||||
NIXPKGS_ALLOW_UNFREE: "1"
|
||||
|
||||
# GitHub 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:
|
||||
NIXPKGS_ALLOW_INSECURE: "1"
|
||||
NIXPKGS_ALLOW_BROKEN: "1"
|
||||
NIXPKGS_ALLOW_UNFREE: "1"
|
||||
jobs:
|
||||
check-outputs:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
Reference in New Issue
Block a user