name: build on: push: jobs: test: runs-on: nix steps: - run: cat /etc/resolv.conf - run: cat /etc/nsswitch.conf - uses: actions/checkout@v3 - run: nix flake check -L