forked from oxidecomputer/hubris
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathflake.lock
142 lines (142 loc) · 3.48 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
{
"nodes": {
"flake-utils": {
"locked": {
"lastModified": 1667395993,
"narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"humilityflake": {
"inputs": {
"flake-utils": [
"flake-utils"
],
"nixpkgs": [
"nixpkgs"
],
"rust-overlay": [
"rust-overlay"
]
},
"locked": {
"lastModified": 1668475090,
"narHash": "sha256-5f0Mc+9kQvIqm/Os1WijfekqKHgO/f/DNhJ/uPzOFa8=",
"owner": "rivosinc",
"repo": "humility",
"rev": "6948376a5f94ba0fbffd7703a8839a1b59a75884",
"type": "github"
},
"original": {
"owner": "rivosinc",
"repo": "humility",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1667969101,
"narHash": "sha256-GL53T705HO7Q/KVfbb5STx8AxFs8YgaGY8pvAZC+O7U=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "bbf77421ac51a7c93f5f0f760da99e4dbce614fa",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"pre-commit-hooks": {
"inputs": {
"flake-utils": [
"flake-utils"
],
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1667992213,
"narHash": "sha256-8Ens8ozllvlaFMCZBxg6S7oUyynYx2v7yleC5M0jJsE=",
"owner": "cachix",
"repo": "pre-commit-hooks.nix",
"rev": "ebcbfe09d2bd6d15f68de3a0ebb1e4dcb5cd324b",
"type": "github"
},
"original": {
"owner": "cachix",
"repo": "pre-commit-hooks.nix",
"type": "github"
}
},
"qemuflake": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1668634473,
"narHash": "sha256-PklCMPkKN5AVy5Rv/2aid+L3Rh2qVi5zJNvKiEnNuDo=",
"ref": "dev/drew/nix",
"rev": "89f887f6bb1090c522934635ddab2a2018193411",
"revCount": 99669,
"submodules": true,
"type": "git",
"url": "https://github.com/rivosinc/qemu"
},
"original": {
"ref": "dev/drew/nix",
"submodules": true,
"type": "git",
"url": "https://github.com/rivosinc/qemu"
}
},
"root": {
"inputs": {
"flake-utils": "flake-utils",
"humilityflake": "humilityflake",
"nixpkgs": "nixpkgs",
"pre-commit-hooks": "pre-commit-hooks",
"qemuflake": "qemuflake",
"rust-overlay": "rust-overlay"
}
},
"rust-overlay": {
"inputs": {
"flake-utils": [
"flake-utils"
],
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1667962118,
"narHash": "sha256-RJi/HxlFxxJr1VeM3LLwrrRhiDGza+gphDMzt9QUS+M=",
"owner": "oxalica",
"repo": "rust-overlay",
"rev": "91af035847a74cbd49ce9f764f8ef5fc641cb9b0",
"type": "github"
},
"original": {
"owner": "oxalica",
"repo": "rust-overlay",
"type": "github"
}
}
},
"root": "root",
"version": 7
}