This commit is contained in:
parent
0790cf6ff2
commit
97e040af5f
|
@ -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