chore: switch beads and gastown to upstream GitHub repos

This commit is contained in:
2026-01-26 17:10:37 -08:00
parent 63c3f4e84d
commit a39416c9db
2 changed files with 20 additions and 20 deletions

View File

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