Tangled infrastructure definitions in Nix

bump core

Signed-off-by: oppiliappan <me@oppi.li>

oppi.li 52df0676 c67f823a

verified
+22 -7
+21 -6
flake.lock
··· 58 58 "type": "github" 59 59 } 60 60 }, 61 + "flake-compat_2": { 62 + "flake": false, 63 + "locked": { 64 + "lastModified": 1751685974, 65 + "narHash": "sha256-NKw96t+BgHIYzHUjkTK95FqYRVKB8DHpVhefWSz/kTw=", 66 + "rev": "549f2762aebeff29a2e5ece7a7dc0f955281a1d1", 67 + "type": "tarball", 68 + "url": "https://git.lix.systems/api/v1/repos/lix-project/flake-compat/archive/549f2762aebeff29a2e5ece7a7dc0f955281a1d1.tar.gz?rev=549f2762aebeff29a2e5ece7a7dc0f955281a1d1" 69 + }, 70 + "original": { 71 + "type": "tarball", 72 + "url": "https://git.lix.systems/lix-project/flake-compat/archive/main.tar.gz" 73 + } 74 + }, 61 75 "flake-utils": { 62 76 "locked": { 63 77 "lastModified": 1659877975, ··· 311 325 }, 312 326 "tangled": { 313 327 "inputs": { 328 + "flake-compat": "flake-compat_2", 314 329 "gomod2nix": "gomod2nix", 315 330 "htmx-src": "htmx-src", 316 331 "htmx-ws-src": "htmx-ws-src", ··· 322 337 "sqlite-lib-src": "sqlite-lib-src" 323 338 }, 324 339 "locked": { 325 - "lastModified": 1756407744, 326 - "narHash": "sha256-7TtLbIjx3nQRC4dpOupwZxkLhf9iAj254p3n61VJkNY=", 340 + "lastModified": 1758898964, 341 + "narHash": "sha256-UFCO4KN7EzT058WcJtjiQiIaoKwSP2ddkhPK74S8zug=", 327 342 "ref": "refs/heads/master", 328 - "rev": "fd6502223cfe1493155524818e65b1eaecaef515", 329 - "revCount": 1259, 343 + "rev": "7ddfed41ed0e2241dbb2edb9b0f69fce7e40f820", 344 + "revCount": 1450, 330 345 "type": "git", 331 - "url": "https://tangled.sh/@tangled.sh/core" 346 + "url": "https://tangled.org/@tangled.org/core" 332 347 }, 333 348 "original": { 334 349 "type": "git", 335 - "url": "https://tangled.sh/@tangled.sh/core" 350 + "url": "https://tangled.org/@tangled.org/core" 336 351 } 337 352 } 338 353 },
+1 -1
flake.nix
··· 2 2 description = "nix infra for tangled"; 3 3 inputs = { 4 4 nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable"; 5 - tangled.url = "git+https://tangled.sh/@tangled.sh/core"; 5 + tangled.url = "git+https://tangled.org/@tangled.org/core"; 6 6 colmena.url = "github:zhaofengli/colmena/release-0.4.x"; 7 7 disko = { 8 8 url = "github:nix-community/disko";