Is there Nix?
Some checks are pending
/ test (push) Waiting to run

This commit is contained in:
Nicolas Jeannerod 2024-09-20 12:33:26 +02:00
parent 9601a8f6d2
commit 0790cf6ff2
Signed by: Niols
GPG key ID: 35DB9EC8886E1CB8

View file

@ -1,6 +1,7 @@
on: [push] on: [push]
jobs: jobs:
test: test:
runs-on: ubuntu-latest runs-on: docker://nixos/nix
steps: steps:
- run: echo All very good - run: echo All very good
- run: nix --version