And now, Nix?
All checks were successful
/ test (push) Successful in 1m49s

This commit is contained in:
Nicolas Jeannerod 2024-09-20 12:39:55 +02:00
parent 0790cf6ff2
commit 97e040af5f
Signed by: Niols
GPG key ID: 35DB9EC8886E1CB8

View file

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