-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathflake.lock
84 lines (84 loc) · 2.09 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
{
"nodes": {
"flake-utils": {
"locked": {
"lastModified": 1634851050,
"narHash": "sha256-N83GlSGPJJdcqhUxSCS/WwW5pksYf3VP1M13cDRTSVA=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "c91f3de5adaf1de973b797ef7485e441a65b8935",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1635199745,
"narHash": "sha256-MrsFIP0LK1wlhKOplvRjkeE5xjuash0UevEzy6NBTwE=",
"owner": "NickCao",
"repo": "nixpkgs",
"rev": "360d65e180403b940afcc93d68d5329488af14eb",
"type": "github"
},
"original": {
"owner": "NickCao",
"ref": "nixos-unstable-small",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs-qemu": {
"locked": {
"lastModified": 1611083188,
"narHash": "sha256-OExSYgpTVE+evZjBBWAOXZo7arAttgULtvbqG46Sao8=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "9e403b19a1444b373874b6e9efdd728613c6badc",
"type": "github"
},
"original": {
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "9e403b19a1444b373874b6e9efdd728613c6badc",
"type": "github"
}
},
"root": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs",
"nixpkgs-qemu": "nixpkgs-qemu",
"rust-overlay": "rust-overlay"
}
},
"rust-overlay": {
"inputs": {
"flake-utils": [
"flake-utils"
],
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1635300835,
"narHash": "sha256-bYcSZCcV5wvqCCcEquYUnOA8Mn2wUwcAQEZ4kPlNVSw=",
"owner": "oxalica",
"repo": "rust-overlay",
"rev": "dbedcf48f0a145a9e4b110461d7cd07f97b68285",
"type": "github"
},
"original": {
"owner": "oxalica",
"repo": "rust-overlay",
"type": "github"
}
}
},
"root": "root",
"version": 7
}