infrastructure/.forgejo/workflows/nix.yml
Victor 9e0e52bb4a
Some checks failed
Plex Update / update (push) Successful in 11s
Lint / lint (push) Successful in 1s
Nix / lint (push) Failing after 16s
debug
2023-06-07 15:53:58 +02:00

20 lines
429 B
YAML

name: Nix
on: [push]
jobs:
lint:
runs-on: docker
env:
container:
image: ghcr.io/catthehacker/ubuntu:js-20.04
steps:
- uses: actions/checkout@v3
- uses: https://github.com/cachix/install-nix-action@v20
env:
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Run `nix flake check`
run: |
cat /etc/nix/nix.conf
nix run '.#' -- -V