This commit is contained in:
parent
97e040af5f
commit
b35be5dc8b
|
@ -1,9 +1,8 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: nixos/nix:2.18.7
|
||||
runs-on: nix.2.18.7
|
||||
steps:
|
||||
- run: echo All very good
|
||||
- run: nix --version
|
||||
- run: whoami
|
||||
|
|
Reference in a new issue