flake.lock (view raw)
1{
2 "nodes": {
3 "crane": {
4 "locked": {
5 "lastModified": 1765145449,
6 "narHash": "sha256-aBVHGWWRzSpfL++LubA0CwOOQ64WNLegrYHwsVuVN7A=",
7 "owner": "ipetkov",
8 "repo": "crane",
9 "rev": "69f538cdce5955fcd47abfed4395dc6d5194c1c5",
10 "type": "github"
11 },
12 "original": {
13 "owner": "ipetkov",
14 "repo": "crane",
15 "type": "github"
16 }
17 },
18 "disko": {
19 "inputs": {
20 "nixpkgs": [
21 "nixpkgs"
22 ]
23 },
24 "locked": {
25 "lastModified": 1777713215,
26 "narHash": "sha256-8GzXDOXckDWwST8TY5DbwYFjdvQLlP7K9CLSVx6iTTo=",
27 "owner": "nix-community",
28 "repo": "disko",
29 "rev": "63b4e7e6cf75307c1d26ac3762b886b5b0247267",
30 "type": "github"
31 },
32 "original": {
33 "owner": "nix-community",
34 "repo": "disko",
35 "type": "github"
36 }
37 },
38 "flake-compat": {
39 "flake": false,
40 "locked": {
41 "lastModified": 1761588595,
42 "narHash": "sha256-XKUZz9zewJNUj46b4AJdiRZJAvSZ0Dqj2BNfXvFlJC4=",
43 "owner": "edolstra",
44 "repo": "flake-compat",
45 "rev": "f387cd2afec9419c8ee37694406ca490c3f34ee5",
46 "type": "github"
47 },
48 "original": {
49 "owner": "edolstra",
50 "repo": "flake-compat",
51 "type": "github"
52 }
53 },
54 "gitignore": {
55 "inputs": {
56 "nixpkgs": [
57 "lanzaboote",
58 "pre-commit",
59 "nixpkgs"
60 ]
61 },
62 "locked": {
63 "lastModified": 1709087332,
64 "narHash": "sha256-HG2cCnktfHsKV0s4XW83gU3F57gaTljL9KNSuG6bnQs=",
65 "owner": "hercules-ci",
66 "repo": "gitignore.nix",
67 "rev": "637db329424fd7e46cf4185293b9cc8c88c95394",
68 "type": "github"
69 },
70 "original": {
71 "owner": "hercules-ci",
72 "repo": "gitignore.nix",
73 "type": "github"
74 }
75 },
76 "lanzaboote": {
77 "inputs": {
78 "crane": "crane",
79 "nixpkgs": [
80 "nixpkgs"
81 ],
82 "pre-commit": "pre-commit",
83 "rust-overlay": "rust-overlay"
84 },
85 "locked": {
86 "lastModified": 1765382359,
87 "narHash": "sha256-RJmgVDzjRI18BWVogG6wpsl1UCuV6ui8qr4DJ1LfWZ8=",
88 "owner": "nix-community",
89 "repo": "lanzaboote",
90 "rev": "e8c096ade12ec9130ff931b0f0e25d2f1bc63607",
91 "type": "github"
92 },
93 "original": {
94 "owner": "nix-community",
95 "ref": "v1.0.0",
96 "repo": "lanzaboote",
97 "type": "github"
98 }
99 },
100 "nixos-hardware": {
101 "locked": {
102 "lastModified": 1778593042,
103 "narHash": "sha256-xYGrSg6354UK2K4WSQd4+TfyvfqmvFbSY+ZtGQUXK0c=",
104 "owner": "NixOS",
105 "repo": "nixos-hardware",
106 "rev": "9bd7c80d43e258aaa607d83b43661df11444d808",
107 "type": "github"
108 },
109 "original": {
110 "owner": "NixOS",
111 "ref": "master",
112 "repo": "nixos-hardware",
113 "type": "github"
114 }
115 },
116 "nixpkgs": {
117 "locked": {
118 "lastModified": 1778430510,
119 "narHash": "sha256-Ti+ZBvW6yrWWAg2szExVTwCd4qOJ3KlVr1tFHfyfi8Q=",
120 "owner": "NixOS",
121 "repo": "nixpkgs",
122 "rev": "8fd9daa3db09ced9700431c5b7ad0e8ba199b575",
123 "type": "github"
124 },
125 "original": {
126 "owner": "NixOS",
127 "ref": "nixos-25.11",
128 "repo": "nixpkgs",
129 "type": "github"
130 }
131 },
132 "nixpkgs-unstable": {
133 "locked": {
134 "lastModified": 1778443072,
135 "narHash": "sha256-zi7/fsqM/kFdNuED//4WOCUtezGtKKqRNORjMvfwjnA=",
136 "owner": "NixOS",
137 "repo": "nixpkgs",
138 "rev": "da5ad661ba4e5ef59ba743f0d112cbc30e474f32",
139 "type": "github"
140 },
141 "original": {
142 "owner": "NixOS",
143 "ref": "nixos-unstable",
144 "repo": "nixpkgs",
145 "type": "github"
146 }
147 },
148 "pre-commit": {
149 "inputs": {
150 "flake-compat": "flake-compat",
151 "gitignore": "gitignore",
152 "nixpkgs": [
153 "lanzaboote",
154 "nixpkgs"
155 ]
156 },
157 "locked": {
158 "lastModified": 1765016596,
159 "narHash": "sha256-rhSqPNxDVow7OQKi4qS5H8Au0P4S3AYbawBSmJNUtBQ=",
160 "owner": "cachix",
161 "repo": "pre-commit-hooks.nix",
162 "rev": "548fc44fca28a5e81c5d6b846e555e6b9c2a5a3c",
163 "type": "github"
164 },
165 "original": {
166 "owner": "cachix",
167 "repo": "pre-commit-hooks.nix",
168 "type": "github"
169 }
170 },
171 "root": {
172 "inputs": {
173 "disko": "disko",
174 "lanzaboote": "lanzaboote",
175 "nixos-hardware": "nixos-hardware",
176 "nixpkgs": "nixpkgs",
177 "nixpkgs-unstable": "nixpkgs-unstable"
178 }
179 },
180 "rust-overlay": {
181 "inputs": {
182 "nixpkgs": [
183 "lanzaboote",
184 "nixpkgs"
185 ]
186 },
187 "locked": {
188 "lastModified": 1765075567,
189 "narHash": "sha256-KFDCdQcHJ0hE3Nt5Gm5enRIhmtEifAjpxgUQ3mzSJpA=",
190 "owner": "oxalica",
191 "repo": "rust-overlay",
192 "rev": "769156779b41e8787a46ca3d7d76443aaf68be6f",
193 "type": "github"
194 },
195 "original": {
196 "owner": "oxalica",
197 "repo": "rust-overlay",
198 "type": "github"
199 }
200 }
201 },
202 "root": "root",
203 "version": 7
204}