parent
9601a8f6d2
commit
0790cf6ff2
|
@ -1,6 +1,7 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: docker://nixos/nix
|
||||
steps:
|
||||
- run: echo All very good
|
||||
- run: nix --version
|
||||
|
|
Reference in a new issue