mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-30 22:57:55 +00:00
ci: update check environment
This commit is contained in:
parent
61ea1477f8
commit
3766a84b1b
3
.github/workflows/check.yml
vendored
3
.github/workflows/check.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user