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