infrastructure/.forgejo/workflows/nix.yml
Victor 480eb1b2fb
Some checks failed
Lint / lint (push) Successful in 2s
Plex Update / update (push) Successful in 11s
Nix / lint (push) Failing after 16s
unset token
2023-06-07 15:52:12 +02:00

22 lines
466 B
YAML

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