mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-30 22:57:55 +00:00
ci: update env for check workflow
This commit is contained in:
parent
402d58c3da
commit
5212de691d
6
.github/workflows/check.yml
vendored
6
.github/workflows/check.yml
vendored
@ -7,9 +7,6 @@ on:
|
||||
- develop
|
||||
schedule:
|
||||
- cron: '30 11 * * *' # At 11:30 everyday.
|
||||
env:
|
||||
NIXPKGS_ALLOW_BROKEN: "1"
|
||||
NIXPKGS_ALLOW_UNFREE: "1"
|
||||
jobs:
|
||||
check-outputs:
|
||||
runs-on: ubuntu-latest
|
||||
@ -22,3 +19,6 @@ jobs:
|
||||
- name: Check flake outputs
|
||||
run: |
|
||||
nix flake check --impure
|
||||
env:
|
||||
NIXPKGS_ALLOW_BROKEN: "1"
|
||||
NIXPKGS_ALLOW_UNFREE: "1"
|
||||
|
Loading…
Reference in New Issue
Block a user