-
-
Notifications
You must be signed in to change notification settings - Fork 52
/
Copy pathflake.lock
66 lines (66 loc) · 1.63 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
{
"nodes": {
"melange-compiler-libs": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1736571386,
"narHash": "sha256-KW5Ojkxj0hmFwx2xqrNjMzDpyK3UHkUzpgq2/k04ynM=",
"owner": "melange-re",
"repo": "melange-compiler-libs",
"rev": "8455eecb7dfc24f25db46e55b86803ecb6bd674f",
"type": "github"
},
"original": {
"owner": "melange-re",
"repo": "melange-compiler-libs",
"type": "github"
}
},
"nixpkgs": {
"inputs": {
"nixpkgs": "nixpkgs_2"
},
"locked": {
"lastModified": 1737179466,
"narHash": "sha256-aT4qpFLAUL7D+2l2azHRPH8k8c1RhxQSDCBh/ToEegg=",
"owner": "nix-ocaml",
"repo": "nix-overlays",
"rev": "b4d5d86f5b6eecea880e367c87104374fba29dc6",
"type": "github"
},
"original": {
"owner": "nix-ocaml",
"repo": "nix-overlays",
"type": "github"
}
},
"nixpkgs_2": {
"locked": {
"lastModified": 1737083351,
"narHash": "sha256-hCddtSuk6m6XROmdOC0te0j2sLeUr28QIzNRk0qF1as=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "0993fc268872148cebcd1fac8660a8b8ced49542",
"type": "github"
},
"original": {
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "0993fc268872148cebcd1fac8660a8b8ced49542",
"type": "github"
}
},
"root": {
"inputs": {
"melange-compiler-libs": "melange-compiler-libs",
"nixpkgs": "nixpkgs"
}
}
},
"root": "root",
"version": 7
}