ci: debug private flake input

This commit is contained in:
ooks-io 2025-01-19 12:36:27 +11:00
parent 8964a0c3a3
commit c5fe176f38

View file

@ -18,7 +18,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Configure git
run: git config --global url."https://github.com/".insteadOf "git@github.com:"
run: |
git config --global url."https://github.com/".insteadOf "git@github.com:"
git config --global url."https://github.com/".insteadOf ssh://git@github.com/
- name: Setup Nix
uses: DeterminateSystems/nix-installer-action@main
- name: Magic Nix Cache