ci: allow unfree for nixpkgs config

This commit is contained in:
Gabriel Arazas 2022-12-03 15:55:11 +08:00
parent e3e401f939
commit f4497459e7
2 changed files with 2 additions and 0 deletions

View File

@ -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]"

View File

@ -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