chore: switch beads and gastown to upstream GitHub repos
This commit is contained in:
36
flake.lock
generated
36
flake.lock
generated
@@ -8,17 +8,17 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1769455647,
|
"lastModified": 1769405733,
|
||||||
"narHash": "sha256-OWEcQkLJyj62ZvgJ7nOGCbivhy87XNZp7ELz2jZWmj4=",
|
"narHash": "sha256-WpROnW0dRi5ub0SlpKrMBs3pYlSBY4xw22hnTNvBMgI=",
|
||||||
"ref": "refs/heads/main",
|
"owner": "steveyegge",
|
||||||
"rev": "259ddd9229d97542f0c8806a19604e37bbc4b404",
|
"repo": "beads",
|
||||||
"revCount": 5526,
|
"rev": "6e82d1e2eea121ce5dc0964d554879f8b0c08563",
|
||||||
"type": "git",
|
"type": "github"
|
||||||
"url": "https://git.johnogle.info/johno/beads.git"
|
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"type": "git",
|
"owner": "steveyegge",
|
||||||
"url": "https://git.johnogle.info/johno/beads.git"
|
"repo": "beads",
|
||||||
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"doomemacs": {
|
"doomemacs": {
|
||||||
@@ -81,17 +81,17 @@
|
|||||||
"gastown": {
|
"gastown": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1769452603,
|
"lastModified": 1769402003,
|
||||||
"narHash": "sha256-Fm8TFus4Efmwu1G0541NfAOIGYruvhv5TNBLOOmFd+c=",
|
"narHash": "sha256-9jW0s/bqDIcWAf7ReYXhhPU5EQS0MNHVNlyYVnopORE=",
|
||||||
"ref": "refs/heads/main",
|
"owner": "steveyegge",
|
||||||
"rev": "d0036b0768c5d97566ca3e65b8f972270c18c954",
|
"repo": "gastown",
|
||||||
"revCount": 3092,
|
"rev": "baec5b6147eed8c63a0b4cef3529b4ebb520e910",
|
||||||
"type": "git",
|
"type": "github"
|
||||||
"url": "https://git.johnogle.info/johno/gastown.git"
|
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"type": "git",
|
"owner": "steveyegge",
|
||||||
"url": "https://git.johnogle.info/johno/gastown.git"
|
"repo": "gastown",
|
||||||
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"google-cookie-retrieval": {
|
"google-cookie-retrieval": {
|
||||||
|
|||||||
@@ -43,12 +43,12 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
beads = {
|
beads = {
|
||||||
url = "git+https://git.johnogle.info/johno/beads.git";
|
url = "github:steveyegge/beads";
|
||||||
inputs.nixpkgs.follows = "nixpkgs-unstable";
|
inputs.nixpkgs.follows = "nixpkgs-unstable";
|
||||||
};
|
};
|
||||||
|
|
||||||
gastown = {
|
gastown = {
|
||||||
url = "git+https://git.johnogle.info/johno/gastown.git";
|
url = "github:steveyegge/gastown";
|
||||||
flake = false; # No flake.nix upstream yet
|
flake = false; # No flake.nix upstream yet
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user