And now, Nix?
This commit is contained in:
parent
6e1fe99516
commit
7a49beec96
|
@ -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
|
||||||
|
|
Reference in a new issue