ci: update check environment

This commit is contained in:
Gabriel Arazas 2023-07-14 19:11:15 +08:00
parent 61ea1477f8
commit 3766a84b1b
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -1,8 +1,6 @@
name: "Check flake outputs"
on: [pull_request, push]
env:
NIXPKGS_ALLOW_INSECURE: "1"
NIXPKGS_ALLOW_BROKEN: "1"
NIXPKGS_ALLOW_UNFREE: "1"
jobs:
check-outputs:
@ -13,4 +11,3 @@ jobs:
- uses: DeterminateSystems/nix-installer-action@v4
- name: Check flake outputs
run: nix flake check --impure