add flake checker to ci
This commit is contained in:
parent
78eb7a7261
commit
d63e2f9eb8
2 changed files with 14 additions and 12 deletions
|
@ -15,6 +15,8 @@ jobs:
|
|||
image: ghcr.io/catthehacker/ubuntu:js-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Check Nix flake inputs
|
||||
uses: DeterminateSystems/flake-checker-action@v5
|
||||
- uses: https://github.com/cachix/install-nix-action@v22
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue