mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
ci: fix check command
This commit is contained in:
parent
a20af36002
commit
1656043d53
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -9,7 +9,7 @@ jobs:
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
- name: Check flake outputs
|
||||
run: NIXPKGS_ALLOW_INSECURE=1 nix --impure flake check
|
||||
run: NIXPKGS_ALLOW_INSECURE=1 nix flake check --impure
|
||||
|
||||
build-custom-packages:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
Reference in New Issue
Block a user