/ flake.lock
flake.lock
1 { 2 "nodes": { 3 "cachix": { 4 "inputs": { 5 "devenv": "devenv_2", 6 "flake-compat": [ 7 "devenv", 8 "flake-compat" 9 ], 10 "nixpkgs": [ 11 "devenv", 12 "nixpkgs" 13 ], 14 "pre-commit-hooks": [ 15 "devenv", 16 "pre-commit-hooks" 17 ] 18 }, 19 "locked": { 20 "lastModified": 1712055811, 21 "narHash": "sha256-7FcfMm5A/f02yyzuavJe06zLa9hcMHsagE28ADcmQvk=", 22 "owner": "cachix", 23 "repo": "cachix", 24 "rev": "02e38da89851ec7fec3356a5c04bc8349cae0e30", 25 "type": "github" 26 }, 27 "original": { 28 "owner": "cachix", 29 "repo": "cachix", 30 "type": "github" 31 } 32 }, 33 "devenv": { 34 "inputs": { 35 "cachix": "cachix", 36 "flake-compat": "flake-compat_2", 37 "nix": "nix_2", 38 "nixpkgs": [ 39 "nixpkgs" 40 ], 41 "pre-commit-hooks": "pre-commit-hooks" 42 }, 43 "locked": { 44 "lastModified": 1722019186, 45 "narHash": "sha256-w2r2VGZrh5pT6dNntlCKAlF7aFs5B3prLQKPNJCj8C0=", 46 "owner": "cachix", 47 "repo": "devenv", 48 "rev": "075c114280751f956335333179304d14ae01aedc", 49 "type": "github" 50 }, 51 "original": { 52 "owner": "cachix", 53 "repo": "devenv", 54 "type": "github" 55 } 56 }, 57 "devenv_2": { 58 "inputs": { 59 "flake-compat": [ 60 "devenv", 61 "cachix", 62 "flake-compat" 63 ], 64 "nix": "nix", 65 "nixpkgs": "nixpkgs", 66 "poetry2nix": "poetry2nix", 67 "pre-commit-hooks": [ 68 "devenv", 69 "cachix", 70 "pre-commit-hooks" 71 ] 72 }, 73 "locked": { 74 "lastModified": 1708704632, 75 "narHash": "sha256-w+dOIW60FKMaHI1q5714CSibk99JfYxm0CzTinYWr+Q=", 76 "owner": "cachix", 77 "repo": "devenv", 78 "rev": "2ee4450b0f4b95a1b90f2eb5ffea98b90e48c196", 79 "type": "github" 80 }, 81 "original": { 82 "owner": "cachix", 83 "ref": "python-rewrite", 84 "repo": "devenv", 85 "type": "github" 86 } 87 }, 88 "flake-compat": { 89 "flake": false, 90 "locked": { 91 "lastModified": 1673956053, 92 "narHash": "sha256-4gtG9iQuiKITOjNQQeQIpoIB6b16fm+504Ch3sNKLd8=", 93 "owner": "edolstra", 94 "repo": "flake-compat", 95 "rev": "35bb57c0c8d8b62bbfd284272c928ceb64ddbde9", 96 "type": "github" 97 }, 98 "original": { 99 "owner": "edolstra", 100 "repo": "flake-compat", 101 "type": "github" 102 } 103 }, 104 "flake-compat_2": { 105 "flake": false, 106 "locked": { 107 "lastModified": 1696426674, 108 "narHash": "sha256-kvjfFW7WAETZlt09AgDn1MrtKzP7t90Vf7vypd3OL1U=", 109 "owner": "edolstra", 110 "repo": "flake-compat", 111 "rev": "0f9255e01c2351cc7d116c072cb317785dd33b33", 112 "type": "github" 113 }, 114 "original": { 115 "owner": "edolstra", 116 "repo": "flake-compat", 117 "type": "github" 118 } 119 }, 120 "flake-utils": { 121 "inputs": { 122 "systems": "systems" 123 }, 124 "locked": { 125 "lastModified": 1689068808, 126 "narHash": "sha256-6ixXo3wt24N/melDWjq70UuHQLxGV8jZvooRanIHXw0=", 127 "owner": "numtide", 128 "repo": "flake-utils", 129 "rev": "919d646de7be200f3bf08cb76ae1f09402b6f9b4", 130 "type": "github" 131 }, 132 "original": { 133 "owner": "numtide", 134 "repo": "flake-utils", 135 "type": "github" 136 } 137 }, 138 "flake-utils_2": { 139 "inputs": { 140 "systems": "systems_2" 141 }, 142 "locked": { 143 "lastModified": 1710146030, 144 "narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=", 145 "owner": "numtide", 146 "repo": "flake-utils", 147 "rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a", 148 "type": "github" 149 }, 150 "original": { 151 "owner": "numtide", 152 "repo": "flake-utils", 153 "type": "github" 154 } 155 }, 156 "gitignore": { 157 "inputs": { 158 "nixpkgs": [ 159 "devenv", 160 "pre-commit-hooks", 161 "nixpkgs" 162 ] 163 }, 164 "locked": { 165 "lastModified": 1709087332, 166 "narHash": "sha256-HG2cCnktfHsKV0s4XW83gU3F57gaTljL9KNSuG6bnQs=", 167 "owner": "hercules-ci", 168 "repo": "gitignore.nix", 169 "rev": "637db329424fd7e46cf4185293b9cc8c88c95394", 170 "type": "github" 171 }, 172 "original": { 173 "owner": "hercules-ci", 174 "repo": "gitignore.nix", 175 "type": "github" 176 } 177 }, 178 "nix": { 179 "inputs": { 180 "flake-compat": "flake-compat", 181 "nixpkgs": [ 182 "devenv", 183 "cachix", 184 "devenv", 185 "nixpkgs" 186 ], 187 "nixpkgs-regression": "nixpkgs-regression" 188 }, 189 "locked": { 190 "lastModified": 1712911606, 191 "narHash": "sha256-BGvBhepCufsjcUkXnEEXhEVjwdJAwPglCC2+bInc794=", 192 "owner": "domenkozar", 193 "repo": "nix", 194 "rev": "b24a9318ea3f3600c1e24b4a00691ee912d4de12", 195 "type": "github" 196 }, 197 "original": { 198 "owner": "domenkozar", 199 "ref": "devenv-2.21", 200 "repo": "nix", 201 "type": "github" 202 } 203 }, 204 "nix-github-actions": { 205 "inputs": { 206 "nixpkgs": [ 207 "devenv", 208 "cachix", 209 "devenv", 210 "poetry2nix", 211 "nixpkgs" 212 ] 213 }, 214 "locked": { 215 "lastModified": 1688870561, 216 "narHash": "sha256-4UYkifnPEw1nAzqqPOTL2MvWtm3sNGw1UTYTalkTcGY=", 217 "owner": "nix-community", 218 "repo": "nix-github-actions", 219 "rev": "165b1650b753316aa7f1787f3005a8d2da0f5301", 220 "type": "github" 221 }, 222 "original": { 223 "owner": "nix-community", 224 "repo": "nix-github-actions", 225 "type": "github" 226 } 227 }, 228 "nix_2": { 229 "inputs": { 230 "flake-compat": [ 231 "devenv", 232 "flake-compat" 233 ], 234 "nixpkgs": [ 235 "devenv", 236 "nixpkgs" 237 ], 238 "nixpkgs-regression": "nixpkgs-regression_2" 239 }, 240 "locked": { 241 "lastModified": 1712911606, 242 "narHash": "sha256-BGvBhepCufsjcUkXnEEXhEVjwdJAwPglCC2+bInc794=", 243 "owner": "domenkozar", 244 "repo": "nix", 245 "rev": "b24a9318ea3f3600c1e24b4a00691ee912d4de12", 246 "type": "github" 247 }, 248 "original": { 249 "owner": "domenkozar", 250 "ref": "devenv-2.21", 251 "repo": "nix", 252 "type": "github" 253 } 254 }, 255 "nixpkgs": { 256 "locked": { 257 "lastModified": 1692808169, 258 "narHash": "sha256-x9Opq06rIiwdwGeK2Ykj69dNc2IvUH1fY55Wm7atwrE=", 259 "owner": "NixOS", 260 "repo": "nixpkgs", 261 "rev": "9201b5ff357e781bf014d0330d18555695df7ba8", 262 "type": "github" 263 }, 264 "original": { 265 "owner": "NixOS", 266 "ref": "nixpkgs-unstable", 267 "repo": "nixpkgs", 268 "type": "github" 269 } 270 }, 271 "nixpkgs-regression": { 272 "locked": { 273 "lastModified": 1643052045, 274 "narHash": "sha256-uGJ0VXIhWKGXxkeNnq4TvV3CIOkUJ3PAoLZ3HMzNVMw=", 275 "owner": "NixOS", 276 "repo": "nixpkgs", 277 "rev": "215d4d0fd80ca5163643b03a33fde804a29cc1e2", 278 "type": "github" 279 }, 280 "original": { 281 "owner": "NixOS", 282 "repo": "nixpkgs", 283 "rev": "215d4d0fd80ca5163643b03a33fde804a29cc1e2", 284 "type": "github" 285 } 286 }, 287 "nixpkgs-regression_2": { 288 "locked": { 289 "lastModified": 1643052045, 290 "narHash": "sha256-uGJ0VXIhWKGXxkeNnq4TvV3CIOkUJ3PAoLZ3HMzNVMw=", 291 "owner": "NixOS", 292 "repo": "nixpkgs", 293 "rev": "215d4d0fd80ca5163643b03a33fde804a29cc1e2", 294 "type": "github" 295 }, 296 "original": { 297 "owner": "NixOS", 298 "repo": "nixpkgs", 299 "rev": "215d4d0fd80ca5163643b03a33fde804a29cc1e2", 300 "type": "github" 301 } 302 }, 303 "nixpkgs-stable": { 304 "locked": { 305 "lastModified": 1710695816, 306 "narHash": "sha256-3Eh7fhEID17pv9ZxrPwCLfqXnYP006RKzSs0JptsN84=", 307 "owner": "NixOS", 308 "repo": "nixpkgs", 309 "rev": "614b4613980a522ba49f0d194531beddbb7220d3", 310 "type": "github" 311 }, 312 "original": { 313 "owner": "NixOS", 314 "ref": "nixos-23.11", 315 "repo": "nixpkgs", 316 "type": "github" 317 } 318 }, 319 "nixpkgs_2": { 320 "locked": { 321 "lastModified": 1716977621, 322 "narHash": "sha256-Q1UQzYcMJH4RscmpTkjlgqQDX5yi1tZL0O345Ri6vXQ=", 323 "owner": "cachix", 324 "repo": "devenv-nixpkgs", 325 "rev": "4267e705586473d3e5c8d50299e71503f16a6fb6", 326 "type": "github" 327 }, 328 "original": { 329 "owner": "cachix", 330 "ref": "rolling", 331 "repo": "devenv-nixpkgs", 332 "type": "github" 333 } 334 }, 335 "poetry2nix": { 336 "inputs": { 337 "flake-utils": "flake-utils", 338 "nix-github-actions": "nix-github-actions", 339 "nixpkgs": [ 340 "devenv", 341 "cachix", 342 "devenv", 343 "nixpkgs" 344 ] 345 }, 346 "locked": { 347 "lastModified": 1692876271, 348 "narHash": "sha256-IXfZEkI0Mal5y1jr6IRWMqK8GW2/f28xJenZIPQqkY0=", 349 "owner": "nix-community", 350 "repo": "poetry2nix", 351 "rev": "d5006be9c2c2417dafb2e2e5034d83fabd207ee3", 352 "type": "github" 353 }, 354 "original": { 355 "owner": "nix-community", 356 "repo": "poetry2nix", 357 "type": "github" 358 } 359 }, 360 "pre-commit-hooks": { 361 "inputs": { 362 "flake-compat": [ 363 "devenv", 364 "flake-compat" 365 ], 366 "flake-utils": "flake-utils_2", 367 "gitignore": "gitignore", 368 "nixpkgs": [ 369 "devenv", 370 "nixpkgs" 371 ], 372 "nixpkgs-stable": "nixpkgs-stable" 373 }, 374 "locked": { 375 "lastModified": 1713775815, 376 "narHash": "sha256-Wu9cdYTnGQQwtT20QQMg7jzkANKQjwBD9iccfGKkfls=", 377 "owner": "cachix", 378 "repo": "pre-commit-hooks.nix", 379 "rev": "2ac4dcbf55ed43f3be0bae15e181f08a57af24a4", 380 "type": "github" 381 }, 382 "original": { 383 "owner": "cachix", 384 "repo": "pre-commit-hooks.nix", 385 "type": "github" 386 } 387 }, 388 "root": { 389 "inputs": { 390 "devenv": "devenv", 391 "nixpkgs": "nixpkgs_2", 392 "systems": "systems_3" 393 } 394 }, 395 "systems": { 396 "locked": { 397 "lastModified": 1681028828, 398 "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", 399 "owner": "nix-systems", 400 "repo": "default", 401 "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", 402 "type": "github" 403 }, 404 "original": { 405 "owner": "nix-systems", 406 "repo": "default", 407 "type": "github" 408 } 409 }, 410 "systems_2": { 411 "locked": { 412 "lastModified": 1681028828, 413 "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", 414 "owner": "nix-systems", 415 "repo": "default", 416 "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", 417 "type": "github" 418 }, 419 "original": { 420 "owner": "nix-systems", 421 "repo": "default", 422 "type": "github" 423 } 424 }, 425 "systems_3": { 426 "locked": { 427 "lastModified": 1681028828, 428 "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", 429 "owner": "nix-systems", 430 "repo": "default", 431 "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", 432 "type": "github" 433 }, 434 "original": { 435 "owner": "nix-systems", 436 "repo": "default", 437 "type": "github" 438 } 439 } 440 }, 441 "root": "root", 442 "version": 7 443 }