fix ci (#200)
Reviewed-on: #200 Co-authored-by: Victor <victor@xirion.net> Co-committed-by: Victor <victor@xirion.net>
This commit is contained in:
parent
ec3665195e
commit
78eb7a7261
6 changed files with 29 additions and 9 deletions
|
@ -1,5 +1,7 @@
|
|||
name: Nix
|
||||
|
||||
# on: [push]
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
runs-on: docker
|
||||
|
@ -8,7 +10,7 @@ jobs:
|
|||
image: ghcr.io/catthehacker/ubuntu:js-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: https://github.com/cachix/install-nix-action@v20
|
||||
- uses: https://github.com/cachix/install-nix-action@v22
|
||||
env:
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue