diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 67fabec..1c7ca2f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,6 +10,12 @@ jobs: build: runs-on: nix steps: + - name: Debug + run: | + ls -lah /etc/nix/ + echo next + ls -lah ~/.config/nix/ + nix --version - name: Initialize CI uses: https://git.qo.is/qo.is/actions-nix-init@main with: