-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathflake.lock
164 lines (164 loc) · 4.14 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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
{
"nodes": {
"flake-utils": {
"inputs": {
"systems": "systems"
},
"locked": {
"lastModified": 1731533236,
"narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"haumea": {
"inputs": {
"nixpkgs": [
"nixpkgs-config",
"nixpkgs"
]
},
"locked": {
"lastModified": 1685133229,
"narHash": "sha256-FePm/Gi9PBSNwiDFq3N+DWdfxFq0UKsVVTJS3cQPn94=",
"owner": "nix-community",
"repo": "haumea",
"rev": "34dd58385092a23018748b50f9b23de6266dffc2",
"type": "github"
},
"original": {
"owner": "nix-community",
"ref": "v0.2.2",
"repo": "haumea",
"type": "github"
}
},
"home-attrs": {
"locked": {
"lastModified": 1698053176,
"narHash": "sha256-YUSZiwfIBVdZRH2in7wzk+Z/HNxs4H5bH5zFAOgbmQ4=",
"ref": "refs/heads/master",
"rev": "27266942ab5edfc3169cf9856a85a21b5b8d40c7",
"revCount": 9,
"type": "git",
"url": "ssh://git@github.com/bryango/attrs.git"
},
"original": {
"type": "git",
"url": "ssh://git@github.com/bryango/attrs.git"
}
},
"nixgl": {
"inputs": {
"flake-utils": [
"nixpkgs-config",
"flake-utils"
],
"nixpkgs": [
"nixpkgs-config",
"nixpkgs"
]
},
"locked": {
"lastModified": 1713543440,
"narHash": "sha256-lnzZQYG0+EXl/6NkGpyIz+FEOc/DSEG57AP1VsdeNrM=",
"owner": "nix-community",
"repo": "nixGL",
"rev": "310f8e49a149e4c9ea52f1adf70cdc768ec53f8a",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "nixGL",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1736241350,
"narHash": "sha256-CHd7yhaDigUuJyDeX0SADbTM9FXfiWaeNyY34FL1wQU=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "8c9fd3e564728e90829ee7dbac6edc972971cd0f",
"type": "github"
},
"original": {
"id": "nixpkgs",
"type": "indirect"
}
},
"nixpkgs-config": {
"inputs": {
"flake-utils": "flake-utils",
"haumea": "haumea",
"nixgl": "nixgl",
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1736499241,
"narHash": "sha256-T/alBCwuqOgV1VqQFFvvcPb31fNgzoxnDFDNskylCcA=",
"ref": "refs/heads/dev",
"rev": "0519734556b14cae9d075a6c031594fb90fedd93",
"revCount": 373,
"type": "git",
"url": "file:./nixpkgs-config"
},
"original": {
"type": "git",
"url": "file:./nixpkgs-config"
}
},
"root": {
"inputs": {
"home-attrs": "home-attrs",
"nixpkgs-config": "nixpkgs-config",
"system-manager": "system-manager"
}
},
"system-manager": {
"inputs": {
"nixpkgs": [
"nixpkgs-config",
"nixpkgs"
]
},
"locked": {
"lastModified": 1734512348,
"narHash": "sha256-dD6mweafdd/t+7m1YMiNK2zB52ZMJhsxauCb4Dcd8wQ=",
"owner": "numtide",
"repo": "system-manager",
"rev": "c9e35e9b7d698533a32c7e34dfdb906e1e0b7d0a",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "system-manager",
"type": "github"
}
},
"systems": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
}
},
"root": "root",
"version": 7
}