tangled
alpha
login
or
join now
tangled.org
/
infra
20
fork
atom
Tangled infrastructure definitions in Nix
20
fork
atom
overview
issues
pulls
pipelines
bump core
Signed-off-by: oppiliappan <me@oppi.li>
oppi.li
5 months ago
52df0676
c67f823a
verified
This commit was signed with the committer's
known signature
.
oppi.li
SSH Key Fingerprint:
SHA256:yQs05DbrlPDC2pBXLxqOdLYEswq3oEBnHaJiBP7bOlM=
+22
-7
2 changed files
expand all
collapse all
unified
split
flake.lock
flake.nix
+21
-6
flake.lock
···
58
58
"type": "github"
59
59
}
60
60
},
61
61
+
"flake-compat_2": {
62
62
+
"flake": false,
63
63
+
"locked": {
64
64
+
"lastModified": 1751685974,
65
65
+
"narHash": "sha256-NKw96t+BgHIYzHUjkTK95FqYRVKB8DHpVhefWSz/kTw=",
66
66
+
"rev": "549f2762aebeff29a2e5ece7a7dc0f955281a1d1",
67
67
+
"type": "tarball",
68
68
+
"url": "https://git.lix.systems/api/v1/repos/lix-project/flake-compat/archive/549f2762aebeff29a2e5ece7a7dc0f955281a1d1.tar.gz?rev=549f2762aebeff29a2e5ece7a7dc0f955281a1d1"
69
69
+
},
70
70
+
"original": {
71
71
+
"type": "tarball",
72
72
+
"url": "https://git.lix.systems/lix-project/flake-compat/archive/main.tar.gz"
73
73
+
}
74
74
+
},
61
75
"flake-utils": {
62
76
"locked": {
63
77
"lastModified": 1659877975,
···
311
325
},
312
326
"tangled": {
313
327
"inputs": {
328
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
325
-
"lastModified": 1756407744,
326
326
-
"narHash": "sha256-7TtLbIjx3nQRC4dpOupwZxkLhf9iAj254p3n61VJkNY=",
340
340
+
"lastModified": 1758898964,
341
341
+
"narHash": "sha256-UFCO4KN7EzT058WcJtjiQiIaoKwSP2ddkhPK74S8zug=",
327
342
"ref": "refs/heads/master",
328
328
-
"rev": "fd6502223cfe1493155524818e65b1eaecaef515",
329
329
-
"revCount": 1259,
343
343
+
"rev": "7ddfed41ed0e2241dbb2edb9b0f69fce7e40f820",
344
344
+
"revCount": 1450,
330
345
"type": "git",
331
331
-
"url": "https://tangled.sh/@tangled.sh/core"
346
346
+
"url": "https://tangled.org/@tangled.org/core"
332
347
},
333
348
"original": {
334
349
"type": "git",
335
335
-
"url": "https://tangled.sh/@tangled.sh/core"
350
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
5
-
tangled.url = "git+https://tangled.sh/@tangled.sh/core";
5
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";