From a39416c9dba2bd25053c32d06d30a52fd472f885 Mon Sep 17 00:00:00 2001 From: John Ogle Date: Mon, 26 Jan 2026 17:10:37 -0800 Subject: [PATCH] chore: switch beads and gastown to upstream GitHub repos --- flake.lock | 36 ++++++++++++++++++------------------ flake.nix | 4 ++-- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/flake.lock b/flake.lock index 8af9fd4..a1cd4e6 100644 --- a/flake.lock +++ b/flake.lock @@ -8,17 +8,17 @@ ] }, "locked": { - "lastModified": 1769455647, - "narHash": "sha256-OWEcQkLJyj62ZvgJ7nOGCbivhy87XNZp7ELz2jZWmj4=", - "ref": "refs/heads/main", - "rev": "259ddd9229d97542f0c8806a19604e37bbc4b404", - "revCount": 5526, - "type": "git", - "url": "https://git.johnogle.info/johno/beads.git" + "lastModified": 1769405733, + "narHash": "sha256-WpROnW0dRi5ub0SlpKrMBs3pYlSBY4xw22hnTNvBMgI=", + "owner": "steveyegge", + "repo": "beads", + "rev": "6e82d1e2eea121ce5dc0964d554879f8b0c08563", + "type": "github" }, "original": { - "type": "git", - "url": "https://git.johnogle.info/johno/beads.git" + "owner": "steveyegge", + "repo": "beads", + "type": "github" } }, "doomemacs": { @@ -81,17 +81,17 @@ "gastown": { "flake": false, "locked": { - "lastModified": 1769452603, - "narHash": "sha256-Fm8TFus4Efmwu1G0541NfAOIGYruvhv5TNBLOOmFd+c=", - "ref": "refs/heads/main", - "rev": "d0036b0768c5d97566ca3e65b8f972270c18c954", - "revCount": 3092, - "type": "git", - "url": "https://git.johnogle.info/johno/gastown.git" + "lastModified": 1769402003, + "narHash": "sha256-9jW0s/bqDIcWAf7ReYXhhPU5EQS0MNHVNlyYVnopORE=", + "owner": "steveyegge", + "repo": "gastown", + "rev": "baec5b6147eed8c63a0b4cef3529b4ebb520e910", + "type": "github" }, "original": { - "type": "git", - "url": "https://git.johnogle.info/johno/gastown.git" + "owner": "steveyegge", + "repo": "gastown", + "type": "github" } }, "google-cookie-retrieval": { diff --git a/flake.nix b/flake.nix index a604912..1732384 100644 --- a/flake.nix +++ b/flake.nix @@ -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 };