infrastructure/.forgejo/workflows/nix.yml
Vivian a127b341c3
Some checks failed
Plex Update / update (push) Successful in 1m26s
Lint / lint (push) Failing after 13s
more ci stuff 2
2023-09-09 10:55:05 +02:00

21 lines
455 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: |
sed -i '/^access-tokens/ d' /etc/nix/nix.conf
nix run '.#' -- -V