-
Notifications
You must be signed in to change notification settings - Fork 189
Expand file tree
/
Copy pathflake.lock
More file actions
108 lines (108 loc) · 2.96 KB
/
flake.lock
File metadata and controls
108 lines (108 loc) · 2.96 KB
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
{
"nodes": {
"duckdb-ffi": {
"flake": false,
"locked": {
"lastModified": 1000000000,
"narHash": "sha256-yzYN/zhcWa0318QWPLbP9YFrlKYEtj9tPl10mi4klcI=",
"type": "tarball",
"url": "https://hackage.haskell.org/package/duckdb-ffi-1.4.1.5/duckdb-ffi-1.4.1.5.tar.gz"
},
"original": {
"type": "tarball",
"url": "https://hackage.haskell.org/package/duckdb-ffi-1.4.1.5/duckdb-ffi-1.4.1.5.tar.gz"
}
},
"flake-parts": {
"inputs": {
"nixpkgs-lib": "nixpkgs-lib"
},
"locked": {
"lastModified": 1769996383,
"narHash": "sha256-AnYjnFWgS49RlqX7LrC4uA+sCCDBj0Ry/WOJ5XWAsa0=",
"owner": "hercules-ci",
"repo": "flake-parts",
"rev": "57928607ea566b5db3ad13af0e57e921e6b12381",
"type": "github"
},
"original": {
"owner": "hercules-ci",
"repo": "flake-parts",
"type": "github"
}
},
"haskell-flake": {
"locked": {
"lastModified": 1771200453,
"narHash": "sha256-uJdc/H/ldyybwD/2OgIEOa/F1G1sJHj/SPH6WzCrrR4=",
"owner": "srid",
"repo": "haskell-flake",
"rev": "ce5c692d7550956bd27e42a8d101abca161d94d4",
"type": "github"
},
"original": {
"owner": "srid",
"repo": "haskell-flake",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1771421175,
"narHash": "sha256-5ORmpWVWZRWGc9NHsTT9gxNgGjMZYstkcjSN+qL8o64=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "b38f24b4a78469fa058a1c2f1e2146427df0647c",
"type": "github"
},
"original": {
"owner": "nixos",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs-lib": {
"locked": {
"lastModified": 1769909678,
"narHash": "sha256-cBEymOf4/o3FD5AZnzC3J9hLbiZ+QDT/KDuyHXVJOpM=",
"owner": "nix-community",
"repo": "nixpkgs.lib",
"rev": "72716169fe93074c333e8d0173151350670b824c",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "nixpkgs.lib",
"type": "github"
}
},
"root": {
"inputs": {
"duckdb-ffi": "duckdb-ffi",
"flake-parts": "flake-parts",
"haskell-flake": "haskell-flake",
"nixpkgs": "nixpkgs",
"testcontainers": "testcontainers"
}
},
"testcontainers": {
"flake": false,
"locked": {
"lastModified": 1731661153,
"narHash": "sha256-99JgvmLJ0Uys8kM4pt3MnML1kWpmbZOuoxMD2ofUkwA=",
"owner": "testcontainers",
"repo": "testcontainers-hs",
"rev": "e286bd2ba9747c2d8c3756a3a89910e579e318e3",
"type": "github"
},
"original": {
"owner": "testcontainers",
"repo": "testcontainers-hs",
"rev": "e286bd2ba9747c2d8c3756a3a89910e579e318e3",
"type": "github"
}
}
},
"root": "root",
"version": 7
}