parent
c2006ee34b
commit
446fd177f9
|
@ -3,6 +3,9 @@ jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: nix.2.18.7
|
runs-on: nix.2.18.7
|
||||||
steps:
|
steps:
|
||||||
|
- run: ls /etc/nixos
|
||||||
|
- run: cat /etc/nixos/configuration.nix
|
||||||
|
- run: cat /etc/nixos/flake.nix
|
||||||
- run: echo All very good
|
- run: echo All very good
|
||||||
- run: nix --version
|
- run: nix --version
|
||||||
- run: whoami
|
- run: whoami
|
||||||
|
|
Reference in a new issue