And now, Nix, natively?
All checks were successful
/ test (push) Successful in 3s

This commit is contained in:
Nicolas Jeannerod 2024-09-20 12:42:14 +02:00
parent 97e040af5f
commit b35be5dc8b
Signed by: Niols
GPG key ID: 35DB9EC8886E1CB8

View file

@ -1,9 +1,8 @@
on: [push] on: [push]
jobs: jobs:
test: test:
runs-on: ubuntu-latest runs-on: nix.2.18.7
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
- run: whoami