tangled
alpha
login
or
join now
quilling.dev
/
bluepds
6
fork
atom
Alternative ATProto PDS implementation
6
fork
atom
overview
issues
pulls
pipelines
add flake.lock
quilling.dev
11 months ago
35293ee7
76de7f3d
+98
1 changed file
expand all
collapse all
unified
split
flake.lock
+98
flake.lock
···
1
1
+
{
2
2
+
"nodes": {
3
3
+
"crane": {
4
4
+
"locked": {
5
5
+
"lastModified": 1742394900,
6
6
+
"narHash": "sha256-vVOAp9ahvnU+fQoKd4SEXB2JG2wbENkpqcwlkIXgUC0=",
7
7
+
"owner": "ipetkov",
8
8
+
"repo": "crane",
9
9
+
"rev": "70947c1908108c0c551ddfd73d4f750ff2ea67cd",
10
10
+
"type": "github"
11
11
+
},
12
12
+
"original": {
13
13
+
"owner": "ipetkov",
14
14
+
"repo": "crane",
15
15
+
"type": "github"
16
16
+
}
17
17
+
},
18
18
+
"flake-utils": {
19
19
+
"inputs": {
20
20
+
"systems": "systems"
21
21
+
},
22
22
+
"locked": {
23
23
+
"lastModified": 1731533236,
24
24
+
"narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
25
25
+
"owner": "numtide",
26
26
+
"repo": "flake-utils",
27
27
+
"rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
28
28
+
"type": "github"
29
29
+
},
30
30
+
"original": {
31
31
+
"owner": "numtide",
32
32
+
"repo": "flake-utils",
33
33
+
"type": "github"
34
34
+
}
35
35
+
},
36
36
+
"nixpkgs": {
37
37
+
"locked": {
38
38
+
"lastModified": 1743259260,
39
39
+
"narHash": "sha256-ArWLUgRm1tKHiqlhnymyVqi5kLNCK5ghvm06mfCl4QY=",
40
40
+
"owner": "NixOS",
41
41
+
"repo": "nixpkgs",
42
42
+
"rev": "eb0e0f21f15c559d2ac7633dc81d079d1caf5f5f",
43
43
+
"type": "github"
44
44
+
},
45
45
+
"original": {
46
46
+
"owner": "NixOS",
47
47
+
"ref": "nixpkgs-unstable",
48
48
+
"repo": "nixpkgs",
49
49
+
"type": "github"
50
50
+
}
51
51
+
},
52
52
+
"root": {
53
53
+
"inputs": {
54
54
+
"crane": "crane",
55
55
+
"flake-utils": "flake-utils",
56
56
+
"nixpkgs": "nixpkgs",
57
57
+
"rust-overlay": "rust-overlay"
58
58
+
}
59
59
+
},
60
60
+
"rust-overlay": {
61
61
+
"inputs": {
62
62
+
"nixpkgs": [
63
63
+
"nixpkgs"
64
64
+
]
65
65
+
},
66
66
+
"locked": {
67
67
+
"lastModified": 1743302122,
68
68
+
"narHash": "sha256-VWyaUfBY49kjN29N140INa9LEW0YIgAr+OEJRdbKfnQ=",
69
69
+
"owner": "oxalica",
70
70
+
"repo": "rust-overlay",
71
71
+
"rev": "15c2a7930e04efc87be3ebf1b5d06232e635e24b",
72
72
+
"type": "github"
73
73
+
},
74
74
+
"original": {
75
75
+
"owner": "oxalica",
76
76
+
"repo": "rust-overlay",
77
77
+
"type": "github"
78
78
+
}
79
79
+
},
80
80
+
"systems": {
81
81
+
"locked": {
82
82
+
"lastModified": 1681028828,
83
83
+
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
84
84
+
"owner": "nix-systems",
85
85
+
"repo": "default",
86
86
+
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
87
87
+
"type": "github"
88
88
+
},
89
89
+
"original": {
90
90
+
"owner": "nix-systems",
91
91
+
"repo": "default",
92
92
+
"type": "github"
93
93
+
}
94
94
+
}
95
95
+
},
96
96
+
"root": "root",
97
97
+
"version": 7
98
98
+
}