mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-19 06:19:12 +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"
|
name: "Check flake outputs"
|
||||||
on: [pull_request, push]
|
on: [pull_request, push]
|
||||||
env:
|
env:
|
||||||
NIXPKGS_ALLOW_INSECURE: "1"
|
|
||||||
NIXPKGS_ALLOW_BROKEN: "1"
|
|
||||||
NIXPKGS_ALLOW_UNFREE: "1"
|
NIXPKGS_ALLOW_UNFREE: "1"
|
||||||
jobs:
|
jobs:
|
||||||
check-outputs:
|
check-outputs:
|
||||||
@ -13,4 +11,3 @@ jobs:
|
|||||||
- uses: DeterminateSystems/nix-installer-action@v4
|
- uses: DeterminateSystems/nix-installer-action@v4
|
||||||
- name: Check flake outputs
|
- name: Check flake outputs
|
||||||
run: nix flake check --impure
|
run: nix flake check --impure
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user