Fix: permission denied when fetching repo via npins (#17)

people were denied permission to clone aux repos to their store when building
from source if they didn't have an account with a correct local ssh setup.

Co-authored-by: austreelis <git@swhaele.net>
Reviewed-on: #17
Co-authored-by: Austreelis <austreelis@noreply.git.auxolotl.org>
Co-committed-by: Austreelis <austreelis@noreply.git.auxolotl.org>
This commit is contained in:
Austreelis 2025-09-03 14:23:19 +00:00 committed by Jake Hamilton
parent 2c19b9ff12
commit 913b94f06a

View file

@ -4,7 +4,7 @@
"type": "Git",
"repository": {
"type": "Git",
"url": "git+ssh://forgejo@git.auxolotl.org/auxolotl/foundation.git"
"url": "https://git.auxolotl.org/auxolotl/foundation.git"
},
"branch": "main",
"submodules": false,
@ -16,7 +16,7 @@
"type": "Git",
"repository": {
"type": "Git",
"url": "git+ssh://forgejo@git.auxolotl.org/auxolotl/lib.git"
"url": "https://git.auxolotl.org/auxolotl/lib.git"
},
"branch": "main",
"submodules": false,