feat: switch gastown input to local Gitea fork
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
Generated
+9 -9
View File
@@ -81,17 +81,17 @@
"gastown": {
"flake": false,
"locked": {
"lastModified": 1768682809,
"narHash": "sha256-PCP5PQasLqL5/OVNw6LsjiFfIU4RNniicTUcVq2ggHg=",
"owner": "steveyegge",
"repo": "gastown",
"rev": "9cd2696abe68ac0defc612ace5028d327d4f207d",
"type": "github"
"lastModified": 1768806422,
"narHash": "sha256-rdSUDeX2yHDnfODH4+2zb+iHcGbkl8xiZC0LNxfxb4A=",
"ref": "refs/heads/main",
"rev": "34c77e883d1cdd668875f709d388c09c1c4cf341",
"revCount": 2851,
"type": "git",
"url": "https://git.johnogle.info/johno/gastown.git"
},
"original": {
"owner": "steveyegge",
"repo": "gastown",
"type": "github"
"type": "git",
"url": "https://git.johnogle.info/johno/gastown.git"
}
},
"google-cookie-retrieval": {
+1 -1
View File
@@ -48,7 +48,7 @@
};
gastown = {
url = "github:steveyegge/gastown";
url = "git+https://git.johnogle.info/johno/gastown.git";
flake = false; # No flake.nix upstream yet
};