Is there Nix?
This commit is contained in:
parent
1482446d37
commit
333db5c8d2
|
@ -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