ci: update env for check workflow

This commit is contained in:
Gabriel Arazas 2023-07-20 10:39:26 +08:00
parent 402d58c3da
commit 5212de691d
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -7,9 +7,6 @@ on:
- develop - develop
schedule: schedule:
- cron: '30 11 * * *' # At 11:30 everyday. - cron: '30 11 * * *' # At 11:30 everyday.
env:
NIXPKGS_ALLOW_BROKEN: "1"
NIXPKGS_ALLOW_UNFREE: "1"
jobs: jobs:
check-outputs: check-outputs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
@ -22,3 +19,6 @@ jobs:
- name: Check flake outputs - name: Check flake outputs
run: | run: |
nix flake check --impure nix flake check --impure
env:
NIXPKGS_ALLOW_BROKEN: "1"
NIXPKGS_ALLOW_UNFREE: "1"