-
Notifications
You must be signed in to change notification settings - Fork 1
/
flake.lock
119 lines (119 loc) · 3.1 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
{
"nodes": {
"flake-utils": {
"locked": {
"lastModified": 1667395993,
"narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"flake-utils_2": {
"locked": {
"lastModified": 1667395993,
"narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"nix-filter": {
"locked": {
"lastModified": 1666547822,
"narHash": "sha256-razwnAybPHyoAyhkKCwXdxihIqJi1G6e1XP4FQOJTEs=",
"owner": "numtide",
"repo": "nix-filter",
"rev": "1a3b735e13e90a8d2fd5629f2f8363bd7ffbbec7",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "nix-filter",
"type": "github"
}
},
"nixpkgs": {
"inputs": {
"flake-utils": "flake-utils_2",
"nixpkgs": "nixpkgs_2"
},
"locked": {
"lastModified": 1671692759,
"narHash": "sha256-oRMzmr/3QxxHchKm/xQP6W5nJscI1i/JNaXt3lIdyMM=",
"owner": "nix-ocaml",
"repo": "nix-overlays",
"rev": "43b2cb2af722919d63cd8befd35b6ea68fdb9830",
"type": "github"
},
"original": {
"owner": "nix-ocaml",
"repo": "nix-overlays",
"rev": "43b2cb2af722919d63cd8befd35b6ea68fdb9830",
"type": "github"
}
},
"nixpkgs_2": {
"locked": {
"lastModified": 1671565324,
"narHash": "sha256-FKnxM+07rV3HFNIOw3p1XaopZ3MkaxuHXNcZyYUJt2w=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "3c6d63d22ca8b57adc4120f7c1ea5262925c8c2d",
"type": "github"
},
"original": {
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "3c6d63d22ca8b57adc4120f7c1ea5262925c8c2d",
"type": "github"
}
},
"ocaml-overlays": {
"inputs": {
"flake-utils": [
"flake-utils"
],
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1671692759,
"narHash": "sha256-oRMzmr/3QxxHchKm/xQP6W5nJscI1i/JNaXt3lIdyMM=",
"owner": "nix-ocaml",
"repo": "nix-overlays",
"rev": "43b2cb2af722919d63cd8befd35b6ea68fdb9830",
"type": "github"
},
"original": {
"owner": "nix-ocaml",
"repo": "nix-overlays",
"rev": "43b2cb2af722919d63cd8befd35b6ea68fdb9830",
"type": "github"
}
},
"root": {
"inputs": {
"flake-utils": "flake-utils",
"nix-filter": "nix-filter",
"nixpkgs": "nixpkgs",
"ocaml-overlays": "ocaml-overlays"
}
}
},
"root": "root",
"version": 7
}