/ flake.lock
flake.lock
  1  {
  2    "nodes": {
  3      "cachix": {
  4        "inputs": {
  5          "devenv": [
  6            "devenv"
  7          ],
  8          "flake-compat": [
  9            "devenv",
 10            "flake-compat"
 11          ],
 12          "git-hooks": [
 13            "devenv",
 14            "git-hooks"
 15          ],
 16          "nixpkgs": [
 17            "devenv",
 18            "nixpkgs"
 19          ]
 20        },
 21        "locked": {
 22          "lastModified": 1760971495,
 23          "narHash": "sha256-IwnNtbNVrlZIHh7h4Wz6VP0Furxg9Hh0ycighvL5cZc=",
 24          "owner": "cachix",
 25          "repo": "cachix",
 26          "rev": "c5bfd933d1033672f51a863c47303fc0e093c2d2",
 27          "type": "github"
 28        },
 29        "original": {
 30          "owner": "cachix",
 31          "ref": "latest",
 32          "repo": "cachix",
 33          "type": "github"
 34        }
 35      },
 36      "devenv": {
 37        "inputs": {
 38          "cachix": "cachix",
 39          "flake-compat": "flake-compat",
 40          "flake-parts": "flake-parts",
 41          "git-hooks": "git-hooks",
 42          "nix": "nix",
 43          "nixpkgs": "nixpkgs"
 44        },
 45        "locked": {
 46          "lastModified": 1764368166,
 47          "narHash": "sha256-FktN7dtYlC/sgLGBCGFXzNOvwgB7MSujp6cooJE48Ac=",
 48          "owner": "cachix",
 49          "repo": "devenv",
 50          "rev": "47a243b97499bfe5d5783d1fc86d9fe776b2497f",
 51          "type": "github"
 52        },
 53        "original": {
 54          "owner": "cachix",
 55          "repo": "devenv",
 56          "type": "github"
 57        }
 58      },
 59      "devenv-root": {
 60        "flake": false,
 61        "locked": {
 62          "narHash": "sha256-d6xi4mKdjkX2JFicDIv5niSzpyI0m/Hnm8GGAIU04kY=",
 63          "type": "file",
 64          "url": "file:///dev/null"
 65        },
 66        "original": {
 67          "type": "file",
 68          "url": "file:///dev/null"
 69        }
 70      },
 71      "flake-compat": {
 72        "flake": false,
 73        "locked": {
 74          "lastModified": 1761588595,
 75          "narHash": "sha256-XKUZz9zewJNUj46b4AJdiRZJAvSZ0Dqj2BNfXvFlJC4=",
 76          "owner": "edolstra",
 77          "repo": "flake-compat",
 78          "rev": "f387cd2afec9419c8ee37694406ca490c3f34ee5",
 79          "type": "github"
 80        },
 81        "original": {
 82          "owner": "edolstra",
 83          "repo": "flake-compat",
 84          "type": "github"
 85        }
 86      },
 87      "flake-parts": {
 88        "inputs": {
 89          "nixpkgs-lib": [
 90            "devenv",
 91            "nixpkgs"
 92          ]
 93        },
 94        "locked": {
 95          "lastModified": 1760948891,
 96          "narHash": "sha256-TmWcdiUUaWk8J4lpjzu4gCGxWY6/Ok7mOK4fIFfBuU4=",
 97          "owner": "hercules-ci",
 98          "repo": "flake-parts",
 99          "rev": "864599284fc7c0ba6357ed89ed5e2cd5040f0c04",
100          "type": "github"
101        },
102        "original": {
103          "owner": "hercules-ci",
104          "repo": "flake-parts",
105          "type": "github"
106        }
107      },
108      "flake-parts_2": {
109        "inputs": {
110          "nixpkgs-lib": [
111            "nixpkgs"
112          ]
113        },
114        "locked": {
115          "lastModified": 1763759067,
116          "narHash": "sha256-LlLt2Jo/gMNYAwOgdRQBrsRoOz7BPRkzvNaI/fzXi2Q=",
117          "owner": "hercules-ci",
118          "repo": "flake-parts",
119          "rev": "2cccadc7357c0ba201788ae99c4dfa90728ef5e0",
120          "type": "github"
121        },
122        "original": {
123          "owner": "hercules-ci",
124          "repo": "flake-parts",
125          "type": "github"
126        }
127      },
128      "git-hooks": {
129        "inputs": {
130          "flake-compat": [
131            "devenv",
132            "flake-compat"
133          ],
134          "gitignore": "gitignore",
135          "nixpkgs": [
136            "devenv",
137            "nixpkgs"
138          ]
139        },
140        "locked": {
141          "lastModified": 1760663237,
142          "narHash": "sha256-BflA6U4AM1bzuRMR8QqzPXqh8sWVCNDzOdsxXEguJIc=",
143          "owner": "cachix",
144          "repo": "git-hooks.nix",
145          "rev": "ca5b894d3e3e151ffc1db040b6ce4dcc75d31c37",
146          "type": "github"
147        },
148        "original": {
149          "owner": "cachix",
150          "repo": "git-hooks.nix",
151          "type": "github"
152        }
153      },
154      "gitignore": {
155        "inputs": {
156          "nixpkgs": [
157            "devenv",
158            "git-hooks",
159            "nixpkgs"
160          ]
161        },
162        "locked": {
163          "lastModified": 1709087332,
164          "narHash": "sha256-HG2cCnktfHsKV0s4XW83gU3F57gaTljL9KNSuG6bnQs=",
165          "owner": "hercules-ci",
166          "repo": "gitignore.nix",
167          "rev": "637db329424fd7e46cf4185293b9cc8c88c95394",
168          "type": "github"
169        },
170        "original": {
171          "owner": "hercules-ci",
172          "repo": "gitignore.nix",
173          "type": "github"
174        }
175      },
176      "mk-shell-bin": {
177        "locked": {
178          "lastModified": 1677004959,
179          "narHash": "sha256-/uEkr1UkJrh11vD02aqufCxtbF5YnhRTIKlx5kyvf+I=",
180          "owner": "rrbutani",
181          "repo": "nix-mk-shell-bin",
182          "rev": "ff5d8bd4d68a347be5042e2f16caee391cd75887",
183          "type": "github"
184        },
185        "original": {
186          "owner": "rrbutani",
187          "repo": "nix-mk-shell-bin",
188          "type": "github"
189        }
190      },
191      "nix": {
192        "inputs": {
193          "flake-compat": [
194            "devenv",
195            "flake-compat"
196          ],
197          "flake-parts": [
198            "devenv",
199            "flake-parts"
200          ],
201          "git-hooks-nix": [
202            "devenv",
203            "git-hooks"
204          ],
205          "nixpkgs": [
206            "devenv",
207            "nixpkgs"
208          ],
209          "nixpkgs-23-11": [
210            "devenv"
211          ],
212          "nixpkgs-regression": [
213            "devenv"
214          ]
215        },
216        "locked": {
217          "lastModified": 1761648602,
218          "narHash": "sha256-H97KSB/luq/aGobKRuHahOvT1r7C03BgB6D5HBZsbN8=",
219          "owner": "cachix",
220          "repo": "nix",
221          "rev": "3e5644da6830ef65f0a2f7ec22830c46285bfff6",
222          "type": "github"
223        },
224        "original": {
225          "owner": "cachix",
226          "ref": "devenv-2.30.6",
227          "repo": "nix",
228          "type": "github"
229        }
230      },
231      "nix2container": {
232        "inputs": {
233          "nixpkgs": [
234            "nixpkgs"
235          ]
236        },
237        "locked": {
238          "lastModified": 1761716996,
239          "narHash": "sha256-vdOuy2pid2/DasUgb08lDOswdPJkN5qjXfBYItVy/R4=",
240          "owner": "nlewo",
241          "repo": "nix2container",
242          "rev": "e5496ab66e9de9e3f67dc06f692dfbc471b6316e",
243          "type": "github"
244        },
245        "original": {
246          "owner": "nlewo",
247          "repo": "nix2container",
248          "type": "github"
249        }
250      },
251      "nixpkgs": {
252        "locked": {
253          "lastModified": 1761313199,
254          "narHash": "sha256-wCIACXbNtXAlwvQUo1Ed++loFALPjYUA3dpcUJiXO44=",
255          "owner": "cachix",
256          "repo": "devenv-nixpkgs",
257          "rev": "d1c30452ebecfc55185ae6d1c983c09da0c274ff",
258          "type": "github"
259        },
260        "original": {
261          "owner": "cachix",
262          "ref": "rolling",
263          "repo": "devenv-nixpkgs",
264          "type": "github"
265        }
266      },
267      "nixpkgs_2": {
268        "locked": {
269          "lastModified": 1764494334,
270          "narHash": "sha256-x2xCEXUlU4Ap56+t5HaoReOQ/bV/bIQ5rzTn/m+V3HQ=",
271          "owner": "NixOS",
272          "repo": "nixpkgs",
273          "rev": "d542db745310b6929708d9abea513f3ff19b1341",
274          "type": "github"
275        },
276        "original": {
277          "owner": "NixOS",
278          "ref": "nixos-25.11",
279          "repo": "nixpkgs",
280          "type": "github"
281        }
282      },
283      "root": {
284        "inputs": {
285          "devenv": "devenv",
286          "devenv-root": "devenv-root",
287          "flake-parts": "flake-parts_2",
288          "mk-shell-bin": "mk-shell-bin",
289          "nix2container": "nix2container",
290          "nixpkgs": "nixpkgs_2"
291        }
292      }
293    },
294    "root": "root",
295    "version": 7
296  }