gastown and beads: switch to git+https
All checks were successful
CI / check (push) Successful in 6m19s

This commit is contained in:
2026-01-25 12:07:59 -08:00
parent 74388e8c24
commit c82358d586
2 changed files with 14 additions and 14 deletions

View File

@@ -43,12 +43,12 @@
};
beads = {
url = "git+ssh://git@git.johnogle.info:2222/johno/beads.git";
url = "git+https://git.johnogle.info/johno/beads.git";
inputs.nixpkgs.follows = "nixpkgs-unstable";
};
gastown = {
url = "git+ssh://git@git.johnogle.info:2222/johno/gastown.git";
url = "git+https://git.johnogle.info/johno/gastown.git";
flake = false; # No flake.nix upstream yet
};