Your one-stop-cake-shop for everything Freshly Baked has to offer

fix(josh): update tangled URLs #23

merged opened by a.starrysky.fyi targeting main from private/minion/push-opwyllotpsmx
Labels

None yet.

requested-reviewers

None yet.

approved

None yet.

tested-working

None yet.

rejected

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:uuyqs6y3pwtbteet4swt5i5y/sh.tangled.repo.pull/3lz5exzf2fl22
+6 -6
Diff #0
+6 -6
packetmix/systems/teal/josh.nix
··· 20 20 environment = 21 21 let 22 22 url_config = repo: '' 23 - [url "https://tangled.sh/@freshlybakedca.ke/${repo}"] 24 - insteadOf = "https://tangled.sh/@freshlybakedca.ke/${repo}.git" 23 + [url "https://tangled.org/@freshlybakedca.ke/${repo}"] 24 + insteadOf = "https://tangled.org/@freshlybakedca.ke/${repo}.git" 25 25 26 - [url "ssh://git@tangled.sh/freshlybakedca.ke/${repo}"] 27 - insteadOf = "ssh://git@tangled.sh/freshlybakedca.ke/${repo}.git" 26 + [url "ssh://git@tangled.org/freshlybakedca.ke/${repo}"] 27 + insteadOf = "ssh://git@tangled.org/freshlybakedca.ke/${repo}.git" 28 28 ''; 29 29 # ^^ Tangled doesn't support cloning from .git URLs, so we have to not have .git at the end of our repos 30 30 # ^^ Additionally, we can only push to Tangled over SSH, not HTTP ··· 47 47 script = 48 48 "${pkgs.josh}/bin/josh-proxy" 49 49 + " --local /var/lib/josh/local" 50 - + " --remote https://tangled.sh/@freshlybakedca.ke" 51 - + " --remote ssh://git@tangled.sh/freshlybakedca.ke" 50 + + " --remote https://tangled.org/@freshlybakedca.ke" 51 + + " --remote ssh://git@tangled.org/freshlybakedca.ke" 52 52 + " --port 1032"; 53 53 }; 54 54

History

1 round 0 comments
sign up or login to add to the discussion
a.starrysky.fyi submitted #0
1 commit
expand
fix(josh): update tangled URLs
expand 0 comments
pull request successfully merged