This commit is contained in:
parent
97e040af5f
commit
b35be5dc8b
|
@ -1,9 +1,8 @@
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: nix.2.18.7
|
||||||
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
|
||||||
|
- run: whoami
|
||||||
|
|
Reference in a new issue