feat: switch gastown input to local Gitea fork
All checks were successful
CI / check (push) Successful in 5m9s

Fork includes mayor startup protocol fix for escalation checking.
This commit is contained in:
2026-01-19 08:57:10 -08:00
committed by John Ogle
parent b5f7233214
commit 03d0b76f97
2 changed files with 10 additions and 10 deletions

18
flake.lock generated
View File

@@ -81,17 +81,17 @@
"gastown": { "gastown": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1768682809, "lastModified": 1768806422,
"narHash": "sha256-PCP5PQasLqL5/OVNw6LsjiFfIU4RNniicTUcVq2ggHg=", "narHash": "sha256-rdSUDeX2yHDnfODH4+2zb+iHcGbkl8xiZC0LNxfxb4A=",
"owner": "steveyegge", "ref": "refs/heads/main",
"repo": "gastown", "rev": "34c77e883d1cdd668875f709d388c09c1c4cf341",
"rev": "9cd2696abe68ac0defc612ace5028d327d4f207d", "revCount": 2851,
"type": "github" "type": "git",
"url": "https://git.johnogle.info/johno/gastown.git"
}, },
"original": { "original": {
"owner": "steveyegge", "type": "git",
"repo": "gastown", "url": "https://git.johnogle.info/johno/gastown.git"
"type": "github"
} }
}, },
"google-cookie-retrieval": { "google-cookie-retrieval": {

View File

@@ -48,7 +48,7 @@
}; };
gastown = { gastown = {
url = "github:steveyegge/gastown"; url = "git+https://git.johnogle.info/johno/gastown.git";
flake = false; # No flake.nix upstream yet flake = false; # No flake.nix upstream yet
}; };