-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathflake.lock
60 lines (60 loc) · 1.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
{
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1710631334,
"narHash": "sha256-rL5LSYd85kplL5othxK5lmAtjyMOBg390sGBTb3LRMM=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "c75037bbf9093a2acb617804ee46320d6d1fea5a",
"type": "github"
},
"original": {
"id": "nixpkgs",
"ref": "nixos-unstable",
"type": "indirect"
}
},
"nixpkgs_2": {
"locked": {
"lastModified": 1667653703,
"narHash": "sha256-Xow4vx52/g5zkhlgZnMEm/TEXsj+13jTPCc2jIhW1xU=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "f09ad462c5a121d0239fde645aacb2221553a217",
"type": "github"
},
"original": {
"id": "nixpkgs",
"ref": "nixos-22.05",
"type": "indirect"
}
},
"reflection-lib": {
"inputs": {
"nixpkgs": "nixpkgs_2"
},
"locked": {
"lastModified": 1710360408,
"narHash": "sha256-qn16g2hJAmq5MPFi47Wn9uCTST29VX2I+2fnDLtZJZ0=",
"ref": "refs/heads/master",
"rev": "7740de091ce79bbcc47d5307c4815f5ac5c0ffd2",
"revCount": 63,
"type": "git",
"url": "ssh://git@github.com/m0rphism/reflection-lib"
},
"original": {
"type": "git",
"url": "ssh://git@github.com/m0rphism/reflection-lib"
}
},
"root": {
"inputs": {
"nixpkgs": "nixpkgs",
"reflection-lib": "reflection-lib"
}
}
},
"root": "root",
"version": 7
}