And now, Nix, natively?

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

View file

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