mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +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:
|
with:
|
||||||
nix_path: nixpkgs=channel:nixos-unstable
|
nix_path: nixpkgs=channel:nixos-unstable
|
||||||
- name: Check flake outputs
|
- 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:
|
build-custom-packages:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
Reference in New Issue
Block a user