infrastructure/.forgejo/workflows/test.yml
Victor 9fc9d4af11
Some checks failed
Nix / lint (push) Failing after 1s
Lint / lint (push) Successful in 1s
Plex Update / update (push) Successful in 8s
try nix installer
2023-06-07 15:09:58 +02:00

15 lines
306 B
YAML

name: Nix
on: [push]
jobs:
lint:
runs-on: docker
container:
image: nixos/nix:2.16.1
steps:
- uses: actions/checkout@v3
- name: Install Nix
uses: https://github.com/DeterminateSystems/nix-installer-action@v4
- name: Run `nix build`
run: nix --version