on: [push] jobs: test: runs-on: native steps: - uses: actions/checkout@v3 - run: echo All Good - run: ls -l - run: whoami - run: echo $PATH - run: nix build .#nixosConfigurations.hs