ci: flake check
Some checks failed
Lint / lint (push) Successful in 1s
Plex Update / update (push) Successful in 9s
Nix / lint (push) Failing after 43s

This commit is contained in:
Vivian 2023-06-07 15:19:32 +02:00
parent 59b844ec3f
commit 3f9f888705
2 changed files with 2 additions and 4 deletions

View file

@ -1,2 +0,0 @@
FROM nixos/nix
ENTRYPOINT [ "/usr/bin/env" "sleep" "3600" ]

View file

@ -12,5 +12,5 @@ jobs:
- uses: https://github.com/cachix/install-nix-action@v20
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Run `nix build`
run: nix flake metadata
- name: Run `nix flake check`
run: nix flake check