-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathflake.lock
124 lines (124 loc) · 2.94 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
{
"nodes": {
"bats-require": {
"inputs": {
"flake-compat": [
"comity",
"flake-compat"
],
"flake-utils": [
"comity",
"flake-utils"
],
"nixpkgs": [
"comity",
"nixpkgs"
]
},
"locked": {
"lastModified": 1669257955,
"narHash": "sha256-ejqA6y4h9Tica1N60BYDlKRyULH/WhbLCgSmWIdUbAg=",
"owner": "abathur",
"repo": "bats-require",
"rev": "e77ab2e286581185f6da97b74cd5ea168e0de7b9",
"type": "github"
},
"original": {
"owner": "abathur",
"repo": "bats-require",
"type": "github"
}
},
"comity": {
"inputs": {
"bats-require": "bats-require",
"flake-compat": "flake-compat",
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1674348911,
"narHash": "sha256-iY7GviaGhEdlM5EJZUMWdXfyG6pGixhul8+H3s3jYrE=",
"owner": "abathur",
"repo": "comity",
"rev": "1a73e4163fdc7b440980c8882bfe114d544d5174",
"type": "github"
},
"original": {
"owner": "abathur",
"repo": "comity",
"type": "github"
}
},
"flake-compat": {
"flake": false,
"locked": {
"lastModified": 1650374568,
"narHash": "sha256-Z+s0J8/r907g149rllvwhb4pKi8Wam5ij0st8PwAh+E=",
"owner": "edolstra",
"repo": "flake-compat",
"rev": "b4a34015c698c7793d592d66adbab377907a2be8",
"type": "github"
},
"original": {
"owner": "edolstra",
"repo": "flake-compat",
"type": "github"
}
},
"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"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1667639549,
"narHash": "sha256-frqZKSG/933Ctwl9voSZnXDwo8CqddXcjQhnCzwNqaM=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "cae3751e9f74eea29c573d6c2f14523f41c2821a",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"bats-require": [
"comity",
"bats-require"
],
"comity": "comity",
"flake-compat": [
"comity",
"flake-compat"
],
"flake-utils": [
"comity",
"flake-utils"
],
"nixpkgs": [
"comity",
"nixpkgs"
]
}
}
},
"root": "root",
"version": 7
}