ci: fix check command

This commit is contained in:
Gabriel Arazas 2022-07-13 19:19:18 +08:00
parent a20af36002
commit 1656043d53

View File

@ -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