-
Notifications
You must be signed in to change notification settings - Fork 2
/
flake.lock
114 lines (114 loc) · 2.95 KB
/
flake.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"nodes": {
"flake-utils": {
"inputs": {
"systems": [
"systems"
]
},
"locked": {
"lastModified": 1731533236,
"narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
"type": "github"
},
"original": {
"id": "flake-utils",
"type": "indirect"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1733120037,
"narHash": "sha256-En+gSoVJ3iQKPDU1FHrR6zIxSLXKjzKY+pnh9tt+Yts=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "f9f0d5c5380be0a599b1fb54641fa99af8281539",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-24.11",
"repo": "nixpkgs",
"type": "github"
}
},
"piped-backend-src": {
"flake": false,
"locked": {
"lastModified": 1730131578,
"narHash": "sha256-baEqGG6YfjoGXYV6PnaD0XtxNkHRPmhxICn2+oZTOKA=",
"owner": "TeamPiped",
"repo": "piped-backend",
"rev": "07785f1751ab4ab8e8828f8a94b3c2d37ff765c8",
"type": "github"
},
"original": {
"owner": "TeamPiped",
"repo": "piped-backend",
"type": "github"
}
},
"piped-frontend-src": {
"flake": false,
"locked": {
"lastModified": 1733103007,
"narHash": "sha256-rZQeJJeUw9QssH+x6M3ktVIOhb7z/R9ZDO/qAOTPBUQ=",
"owner": "TeamPiped",
"repo": "Piped",
"rev": "5dc6f55158146ba59dabd51c67d4374398d5362a",
"type": "github"
},
"original": {
"owner": "TeamPiped",
"repo": "Piped",
"type": "github"
}
},
"piped-proxy-src": {
"flake": false,
"locked": {
"lastModified": 1733247687,
"narHash": "sha256-GyZDC3qXuaRMdU6oTebDwuopMtFudnCRrGZjW+v87E4=",
"owner": "TeamPiped",
"repo": "piped-proxy",
"rev": "7942450739438c47627504c88d18a4865a4eecee",
"type": "github"
},
"original": {
"owner": "TeamPiped",
"repo": "piped-proxy",
"type": "github"
}
},
"root": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs",
"piped-backend-src": "piped-backend-src",
"piped-frontend-src": "piped-frontend-src",
"piped-proxy-src": "piped-proxy-src",
"systems": "systems"
}
},
"systems": {
"locked": {
"lastModified": 1689347949,
"narHash": "sha256-12tWmuL2zgBgZkdoB6qXZsgJEH9LR3oUgpaQq2RbI80=",
"owner": "nix-systems",
"repo": "default-linux",
"rev": "31732fcf5e8fea42e59c2488ad31a0e651500f68",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default-linux",
"type": "github"
}
}
},
"root": "root",
"version": 7
}