gastown and beads: switch to git+https
All checks were successful
CI / check (push) Successful in 6m19s

This commit is contained in:
2026-01-25 12:07:59 -08:00
parent 74388e8c24
commit c82358d586
2 changed files with 14 additions and 14 deletions

24
flake.lock generated
View File

@@ -8,17 +8,17 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1769304777, "lastModified": 1769367425,
"narHash": "sha256-xHeOLst9nSpPIycpz9x7gEXWC7uOF6xvIpymDEzJvog=", "narHash": "sha256-r7VNku6B8VNYr88jQfuMInu6tKCPtoIXFYozTTAJpMY=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "bfffc47715f0b3dccde0d0855e64ec7474628d47", "rev": "b0a6a456bad1c46a3351d999455968a715f52744",
"revCount": 5467, "revCount": 5499,
"type": "git", "type": "git",
"url": "ssh://git@git.johnogle.info:2222/johno/beads.git" "url": "https://git.johnogle.info/johno/beads.git"
}, },
"original": { "original": {
"type": "git", "type": "git",
"url": "ssh://git@git.johnogle.info:2222/johno/beads.git" "url": "https://git.johnogle.info/johno/beads.git"
} }
}, },
"doomemacs": { "doomemacs": {
@@ -81,17 +81,17 @@
"gastown": { "gastown": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1769306394, "lastModified": 1769369089,
"narHash": "sha256-SaVgl40lCEEyy8d8Rb/84EdQRLDkR/0CgUfV4k1l1qE=", "narHash": "sha256-Zd1FLUyDM501zkvqm1Ly5KT8PnCGOrbzSrteoejGegM=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "341c7d6757cb90e6e71fad2bf8c0fe2a5acb5a76", "rev": "601efd658dea6ef75d6d5fce9859192d4b2e64ae",
"revCount": 3032, "revCount": 3063,
"type": "git", "type": "git",
"url": "ssh://git@git.johnogle.info:2222/johno/gastown.git" "url": "https://git.johnogle.info/johno/gastown.git"
}, },
"original": { "original": {
"type": "git", "type": "git",
"url": "ssh://git@git.johnogle.info:2222/johno/gastown.git" "url": "https://git.johnogle.info/johno/gastown.git"
} }
}, },
"google-cookie-retrieval": { "google-cookie-retrieval": {

View File

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