ci: fix erroneous workflow

This commit is contained in:
Gabriel Arazas 2023-07-15 22:32:04 +08:00
parent 244fe6fee7
commit f1b68211a6
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -18,4 +18,5 @@ jobs:
- name: Check flake lockfile
uses: DeterminateSystems/flake-checker-action@v4
- name: Check flake outputs
run: nix flake check --impure
run: |
nix flake check --impure