infrastructure/.forgejo/workflows/test.yml
Vivian 4436e7eded
Some checks failed
Lint / lint (push) Successful in 2s
Nix / lint (push) Failing after 10s
Plex Update / update (push) Successful in 9s
try cachix nix installer
2023-06-07 15:14:42 +02:00

15 lines
287 B
YAML

name: Nix
on: [push]
jobs:
lint:
runs-on: docker
steps:
- uses: actions/checkout@v3
- uses: https://github.com/cachix/install-nix-action@v20
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Run `nix build`
run: nix --version