-
Notifications
You must be signed in to change notification settings - Fork 170
/
flake.lock
91 lines (91 loc) · 2.5 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
{
"nodes": {
"flake-parts": {
"inputs": {
"nixpkgs-lib": "nixpkgs-lib"
},
"locked": {
"lastModified": 1735774679,
"narHash": "sha256-soePLBazJk0qQdDVhdbM98vYdssfs3WFedcq+raipRI=",
"owner": "hercules-ci",
"repo": "flake-parts",
"rev": "f2f7418ce0ab4a5309a4596161d154cfc877af66",
"type": "github"
},
"original": {
"owner": "hercules-ci",
"repo": "flake-parts",
"type": "github"
}
},
"haskell-flake": {
"locked": {
"lastModified": 1735436109,
"narHash": "sha256-WIn6GVY+UiaCL+kUeF8cfPXE5kxF4UPcFGx62U3kmAE=",
"owner": "srid",
"repo": "haskell-flake",
"rev": "207b1d67106a799df892b380ed9dc7578746fbc1",
"type": "github"
},
"original": {
"owner": "srid",
"repo": "haskell-flake",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1735789802,
"narHash": "sha256-4lP78IFN4MBR7jY1KhlU0aEBmlroLUg+eHCBrUp3aho=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "9b84330b71860b2134554d473a23e67950cd73dd",
"type": "github"
},
"original": {
"owner": "nixos",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs-lib": {
"locked": {
"lastModified": 1735774519,
"narHash": "sha256-CewEm1o2eVAnoqb6Ml+Qi9Gg/EfNAxbRx1lANGVyoLI=",
"type": "tarball",
"url": "https://github.com/NixOS/nixpkgs/archive/e9b51731911566bbf7e4895475a87fe06961de0b.tar.gz"
},
"original": {
"type": "tarball",
"url": "https://github.com/NixOS/nixpkgs/archive/e9b51731911566bbf7e4895475a87fe06961de0b.tar.gz"
}
},
"root": {
"inputs": {
"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
}