flake.lock 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628
  1. {
  2. "nodes": {
  3. "cachix": {
  4. "inputs": {
  5. "devenv": [
  6. "devenv"
  7. ],
  8. "flake-compat": [
  9. "devenv"
  10. ],
  11. "git-hooks": [
  12. "devenv"
  13. ],
  14. "nixpkgs": "nixpkgs"
  15. },
  16. "locked": {
  17. "lastModified": 1737621947,
  18. "narHash": "sha256-8HFvG7fvIFbgtaYAY2628Tb89fA55nPm2jSiNs0/Cws=",
  19. "owner": "cachix",
  20. "repo": "cachix",
  21. "rev": "f65a3cd5e339c223471e64c051434616e18cc4f5",
  22. "type": "github"
  23. },
  24. "original": {
  25. "owner": "cachix",
  26. "ref": "latest",
  27. "repo": "cachix",
  28. "type": "github"
  29. }
  30. },
  31. "darwin": {
  32. "inputs": {
  33. "nixpkgs": [
  34. "nixpkgs-darwin"
  35. ]
  36. },
  37. "locked": {
  38. "lastModified": 1737421067,
  39. "narHash": "sha256-/hgw8fDKDpko0XqOw1e9tX8lS2Hqecg7W/JsONun6Qc=",
  40. "owner": "lnl7",
  41. "repo": "nix-darwin",
  42. "rev": "cae8d1c4a3bd37be5887203fe3b0c3a860c53a07",
  43. "type": "github"
  44. },
  45. "original": {
  46. "owner": "lnl7",
  47. "ref": "nix-darwin-24.11",
  48. "repo": "nix-darwin",
  49. "type": "github"
  50. }
  51. },
  52. "devenv": {
  53. "inputs": {
  54. "cachix": "cachix",
  55. "flake-compat": "flake-compat",
  56. "git-hooks": "git-hooks",
  57. "nix": "nix",
  58. "nixpkgs": [
  59. "nixpkgs-unstable"
  60. ]
  61. },
  62. "locked": {
  63. "lastModified": 1739003866,
  64. "narHash": "sha256-Uxc5JYTB9Dij4t8SBQmfs6Gh5DDsGRS37v3uPQfNvAg=",
  65. "owner": "cachix",
  66. "repo": "devenv",
  67. "rev": "ebaa7440666d6aadea574b723c9188cf6f56447f",
  68. "type": "github"
  69. },
  70. "original": {
  71. "owner": "cachix",
  72. "repo": "devenv",
  73. "type": "github"
  74. }
  75. },
  76. "devshell": {
  77. "inputs": {
  78. "nixpkgs": [
  79. "nixvim",
  80. "nixpkgs"
  81. ]
  82. },
  83. "locked": {
  84. "lastModified": 1735644329,
  85. "narHash": "sha256-tO3HrHriyLvipc4xr+Ewtdlo7wM1OjXNjlWRgmM7peY=",
  86. "owner": "numtide",
  87. "repo": "devshell",
  88. "rev": "f7795ede5b02664b57035b3b757876703e2c3eac",
  89. "type": "github"
  90. },
  91. "original": {
  92. "owner": "numtide",
  93. "repo": "devshell",
  94. "type": "github"
  95. }
  96. },
  97. "disko": {
  98. "inputs": {
  99. "nixpkgs": [
  100. "nixpkgs"
  101. ]
  102. },
  103. "locked": {
  104. "lastModified": 1738765162,
  105. "narHash": "sha256-3Z40qHaFScWUCVQrGc4Y+RdoPsh1R/wIh+AN4cTXP0I=",
  106. "owner": "nix-community",
  107. "repo": "disko",
  108. "rev": "ff3568858c54bd306e9e1f2886f0f781df307dff",
  109. "type": "github"
  110. },
  111. "original": {
  112. "owner": "nix-community",
  113. "repo": "disko",
  114. "type": "github"
  115. }
  116. },
  117. "flake-compat": {
  118. "flake": false,
  119. "locked": {
  120. "lastModified": 1733328505,
  121. "narHash": "sha256-NeCCThCEP3eCl2l/+27kNNK7QrwZB1IJCrXfrbv5oqU=",
  122. "owner": "edolstra",
  123. "repo": "flake-compat",
  124. "rev": "ff81ac966bb2cae68946d5ed5fc4994f96d0ffec",
  125. "type": "github"
  126. },
  127. "original": {
  128. "owner": "edolstra",
  129. "repo": "flake-compat",
  130. "type": "github"
  131. }
  132. },
  133. "flake-compat_2": {
  134. "locked": {
  135. "lastModified": 1733328505,
  136. "narHash": "sha256-NeCCThCEP3eCl2l/+27kNNK7QrwZB1IJCrXfrbv5oqU=",
  137. "rev": "ff81ac966bb2cae68946d5ed5fc4994f96d0ffec",
  138. "revCount": 69,
  139. "type": "tarball",
  140. "url": "https://api.flakehub.com/f/pinned/edolstra/flake-compat/1.1.0/01948eb7-9cba-704f-bbf3-3fa956735b52/source.tar.gz"
  141. },
  142. "original": {
  143. "type": "tarball",
  144. "url": "https://flakehub.com/f/edolstra/flake-compat/1.tar.gz"
  145. }
  146. },
  147. "flake-parts": {
  148. "inputs": {
  149. "nixpkgs-lib": [
  150. "devenv",
  151. "nix",
  152. "nixpkgs"
  153. ]
  154. },
  155. "locked": {
  156. "lastModified": 1712014858,
  157. "narHash": "sha256-sB4SWl2lX95bExY2gMFG5HIzvva5AVMJd4Igm+GpZNw=",
  158. "owner": "hercules-ci",
  159. "repo": "flake-parts",
  160. "rev": "9126214d0a59633752a136528f5f3b9aa8565b7d",
  161. "type": "github"
  162. },
  163. "original": {
  164. "owner": "hercules-ci",
  165. "repo": "flake-parts",
  166. "type": "github"
  167. }
  168. },
  169. "flake-parts_2": {
  170. "inputs": {
  171. "nixpkgs-lib": [
  172. "nixvim",
  173. "nixpkgs"
  174. ]
  175. },
  176. "locked": {
  177. "lastModified": 1736143030,
  178. "narHash": "sha256-+hu54pAoLDEZT9pjHlqL9DNzWz0NbUn8NEAHP7PQPzU=",
  179. "owner": "hercules-ci",
  180. "repo": "flake-parts",
  181. "rev": "b905f6fc23a9051a6e1b741e1438dbfc0634c6de",
  182. "type": "github"
  183. },
  184. "original": {
  185. "owner": "hercules-ci",
  186. "repo": "flake-parts",
  187. "type": "github"
  188. }
  189. },
  190. "flake-utils": {
  191. "inputs": {
  192. "systems": "systems"
  193. },
  194. "locked": {
  195. "lastModified": 1731533236,
  196. "narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
  197. "owner": "numtide",
  198. "repo": "flake-utils",
  199. "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
  200. "type": "github"
  201. },
  202. "original": {
  203. "owner": "numtide",
  204. "repo": "flake-utils",
  205. "type": "github"
  206. }
  207. },
  208. "git-hooks": {
  209. "inputs": {
  210. "flake-compat": [
  211. "devenv"
  212. ],
  213. "gitignore": "gitignore",
  214. "nixpkgs": [
  215. "devenv",
  216. "nixpkgs"
  217. ]
  218. },
  219. "locked": {
  220. "lastModified": 1737465171,
  221. "narHash": "sha256-R10v2hoJRLq8jcL4syVFag7nIGE7m13qO48wRIukWNg=",
  222. "owner": "cachix",
  223. "repo": "git-hooks.nix",
  224. "rev": "9364dc02281ce2d37a1f55b6e51f7c0f65a75f17",
  225. "type": "github"
  226. },
  227. "original": {
  228. "owner": "cachix",
  229. "repo": "git-hooks.nix",
  230. "type": "github"
  231. }
  232. },
  233. "git-hooks_2": {
  234. "inputs": {
  235. "flake-compat": [
  236. "nixvim",
  237. "flake-compat"
  238. ],
  239. "gitignore": "gitignore_2",
  240. "nixpkgs": [
  241. "nixvim",
  242. "nixpkgs"
  243. ]
  244. },
  245. "locked": {
  246. "lastModified": 1737465171,
  247. "narHash": "sha256-R10v2hoJRLq8jcL4syVFag7nIGE7m13qO48wRIukWNg=",
  248. "owner": "cachix",
  249. "repo": "git-hooks.nix",
  250. "rev": "9364dc02281ce2d37a1f55b6e51f7c0f65a75f17",
  251. "type": "github"
  252. },
  253. "original": {
  254. "owner": "cachix",
  255. "repo": "git-hooks.nix",
  256. "type": "github"
  257. }
  258. },
  259. "gitignore": {
  260. "inputs": {
  261. "nixpkgs": [
  262. "devenv",
  263. "git-hooks",
  264. "nixpkgs"
  265. ]
  266. },
  267. "locked": {
  268. "lastModified": 1709087332,
  269. "narHash": "sha256-HG2cCnktfHsKV0s4XW83gU3F57gaTljL9KNSuG6bnQs=",
  270. "owner": "hercules-ci",
  271. "repo": "gitignore.nix",
  272. "rev": "637db329424fd7e46cf4185293b9cc8c88c95394",
  273. "type": "github"
  274. },
  275. "original": {
  276. "owner": "hercules-ci",
  277. "repo": "gitignore.nix",
  278. "type": "github"
  279. }
  280. },
  281. "gitignore_2": {
  282. "inputs": {
  283. "nixpkgs": [
  284. "nixvim",
  285. "git-hooks",
  286. "nixpkgs"
  287. ]
  288. },
  289. "locked": {
  290. "lastModified": 1709087332,
  291. "narHash": "sha256-HG2cCnktfHsKV0s4XW83gU3F57gaTljL9KNSuG6bnQs=",
  292. "owner": "hercules-ci",
  293. "repo": "gitignore.nix",
  294. "rev": "637db329424fd7e46cf4185293b9cc8c88c95394",
  295. "type": "github"
  296. },
  297. "original": {
  298. "owner": "hercules-ci",
  299. "repo": "gitignore.nix",
  300. "type": "github"
  301. }
  302. },
  303. "home-manager": {
  304. "inputs": {
  305. "nixpkgs": [
  306. "nixpkgs"
  307. ]
  308. },
  309. "locked": {
  310. "lastModified": 1739002622,
  311. "narHash": "sha256-PtJV5OYQF7XO6XkDYypsYJS3+OsgYaYSmkO3I/A7lZo=",
  312. "owner": "nix-community",
  313. "repo": "home-manager",
  314. "rev": "947eef9e99c42346cf0aac2bebe1cd94924c173b",
  315. "type": "github"
  316. },
  317. "original": {
  318. "owner": "nix-community",
  319. "ref": "master",
  320. "repo": "home-manager",
  321. "type": "github"
  322. }
  323. },
  324. "home-manager_2": {
  325. "inputs": {
  326. "nixpkgs": [
  327. "nixvim",
  328. "nixpkgs"
  329. ]
  330. },
  331. "locked": {
  332. "lastModified": 1736373539,
  333. "narHash": "sha256-dinzAqCjenWDxuy+MqUQq0I4zUSfaCvN9rzuCmgMZJY=",
  334. "owner": "nix-community",
  335. "repo": "home-manager",
  336. "rev": "bd65bc3cde04c16755955630b344bc9e35272c56",
  337. "type": "github"
  338. },
  339. "original": {
  340. "owner": "nix-community",
  341. "ref": "release-24.11",
  342. "repo": "home-manager",
  343. "type": "github"
  344. }
  345. },
  346. "ixx": {
  347. "inputs": {
  348. "flake-utils": [
  349. "nixvim",
  350. "nuschtosSearch",
  351. "flake-utils"
  352. ],
  353. "nixpkgs": [
  354. "nixvim",
  355. "nuschtosSearch",
  356. "nixpkgs"
  357. ]
  358. },
  359. "locked": {
  360. "lastModified": 1729958008,
  361. "narHash": "sha256-EiOq8jF4Z/zQe0QYVc3+qSKxRK//CFHMB84aYrYGwEs=",
  362. "owner": "NuschtOS",
  363. "repo": "ixx",
  364. "rev": "9fd01aad037f345350eab2cd45e1946cc66da4eb",
  365. "type": "github"
  366. },
  367. "original": {
  368. "owner": "NuschtOS",
  369. "ref": "v0.0.6",
  370. "repo": "ixx",
  371. "type": "github"
  372. }
  373. },
  374. "libgit2": {
  375. "flake": false,
  376. "locked": {
  377. "lastModified": 1697646580,
  378. "narHash": "sha256-oX4Z3S9WtJlwvj0uH9HlYcWv+x1hqp8mhXl7HsLu2f0=",
  379. "owner": "libgit2",
  380. "repo": "libgit2",
  381. "rev": "45fd9ed7ae1a9b74b957ef4f337bc3c8b3df01b5",
  382. "type": "github"
  383. },
  384. "original": {
  385. "owner": "libgit2",
  386. "repo": "libgit2",
  387. "type": "github"
  388. }
  389. },
  390. "nix": {
  391. "inputs": {
  392. "flake-compat": [
  393. "devenv"
  394. ],
  395. "flake-parts": "flake-parts",
  396. "libgit2": "libgit2",
  397. "nixpkgs": "nixpkgs_2",
  398. "nixpkgs-23-11": [
  399. "devenv"
  400. ],
  401. "nixpkgs-regression": [
  402. "devenv"
  403. ],
  404. "pre-commit-hooks": [
  405. "devenv"
  406. ]
  407. },
  408. "locked": {
  409. "lastModified": 1734114420,
  410. "narHash": "sha256-n52PUzub5jZWc8nI/sR7UICOheU8rNA+YZ73YaHeCBg=",
  411. "owner": "domenkozar",
  412. "repo": "nix",
  413. "rev": "bde6a1a0d1f2af86caa4d20d23eca019f3d57eee",
  414. "type": "github"
  415. },
  416. "original": {
  417. "owner": "domenkozar",
  418. "ref": "devenv-2.24",
  419. "repo": "nix",
  420. "type": "github"
  421. }
  422. },
  423. "nix-darwin": {
  424. "inputs": {
  425. "nixpkgs": [
  426. "nixvim",
  427. "nixpkgs"
  428. ]
  429. },
  430. "locked": {
  431. "lastModified": 1737421067,
  432. "narHash": "sha256-/hgw8fDKDpko0XqOw1e9tX8lS2Hqecg7W/JsONun6Qc=",
  433. "owner": "lnl7",
  434. "repo": "nix-darwin",
  435. "rev": "cae8d1c4a3bd37be5887203fe3b0c3a860c53a07",
  436. "type": "github"
  437. },
  438. "original": {
  439. "owner": "lnl7",
  440. "ref": "nix-darwin-24.11",
  441. "repo": "nix-darwin",
  442. "type": "github"
  443. }
  444. },
  445. "nixpkgs": {
  446. "locked": {
  447. "lastModified": 1733212471,
  448. "narHash": "sha256-M1+uCoV5igihRfcUKrr1riygbe73/dzNnzPsmaLCmpo=",
  449. "owner": "NixOS",
  450. "repo": "nixpkgs",
  451. "rev": "55d15ad12a74eb7d4646254e13638ad0c4128776",
  452. "type": "github"
  453. },
  454. "original": {
  455. "owner": "NixOS",
  456. "ref": "nixos-unstable",
  457. "repo": "nixpkgs",
  458. "type": "github"
  459. }
  460. },
  461. "nixpkgs-darwin": {
  462. "locked": {
  463. "lastModified": 1738979878,
  464. "narHash": "sha256-1P8Eq3nspI/EkS/ppDde9BwWEj0WZ8vOaiNrWsd53xE=",
  465. "owner": "nixos",
  466. "repo": "nixpkgs",
  467. "rev": "0eccf247721298ea23349309b1963db253943c2f",
  468. "type": "github"
  469. },
  470. "original": {
  471. "owner": "nixos",
  472. "ref": "nixpkgs-24.11-darwin",
  473. "repo": "nixpkgs",
  474. "type": "github"
  475. }
  476. },
  477. "nixpkgs-unstable": {
  478. "locked": {
  479. "lastModified": 1738958807,
  480. "narHash": "sha256-h0WKgHTLkjwjRNTkqByQquS7N/15SqIFMQ356Ww8uCA=",
  481. "owner": "nixos",
  482. "repo": "nixpkgs",
  483. "rev": "e8d0b02af0958823c955aaab3c82b03f54411d91",
  484. "type": "github"
  485. },
  486. "original": {
  487. "owner": "nixos",
  488. "ref": "nixpkgs-unstable",
  489. "repo": "nixpkgs",
  490. "type": "github"
  491. }
  492. },
  493. "nixpkgs_2": {
  494. "locked": {
  495. "lastModified": 1717432640,
  496. "narHash": "sha256-+f9c4/ZX5MWDOuB1rKoWj+lBNm0z0rs4CK47HBLxy1o=",
  497. "owner": "NixOS",
  498. "repo": "nixpkgs",
  499. "rev": "88269ab3044128b7c2f4c7d68448b2fb50456870",
  500. "type": "github"
  501. },
  502. "original": {
  503. "owner": "NixOS",
  504. "ref": "release-24.05",
  505. "repo": "nixpkgs",
  506. "type": "github"
  507. }
  508. },
  509. "nixpkgs_3": {
  510. "locked": {
  511. "lastModified": 1738843498,
  512. "narHash": "sha256-7x+Q4xgFj9UxZZO9aUDCR8h4vyYut4zPUvfj3i+jBHE=",
  513. "owner": "nixos",
  514. "repo": "nixpkgs",
  515. "rev": "f5a32fa27df91dfc4b762671a0e0a859a8a0058f",
  516. "type": "github"
  517. },
  518. "original": {
  519. "owner": "nixos",
  520. "ref": "nixos-24.11",
  521. "repo": "nixpkgs",
  522. "type": "github"
  523. }
  524. },
  525. "nixvim": {
  526. "inputs": {
  527. "devshell": "devshell",
  528. "flake-compat": "flake-compat_2",
  529. "flake-parts": "flake-parts_2",
  530. "git-hooks": "git-hooks_2",
  531. "home-manager": "home-manager_2",
  532. "nix-darwin": "nix-darwin",
  533. "nixpkgs": [
  534. "nixpkgs"
  535. ],
  536. "nuschtosSearch": "nuschtosSearch",
  537. "treefmt-nix": "treefmt-nix"
  538. },
  539. "locked": {
  540. "lastModified": 1738775476,
  541. "narHash": "sha256-oFox7N1n+EE2I4WvuE0y4SI0a6h9RAoT216QQCtGcQ4=",
  542. "owner": "nix-community",
  543. "repo": "nixvim",
  544. "rev": "82440e1d4ed9d252d09c4cd9edc8c9ef23ce1f3a",
  545. "type": "github"
  546. },
  547. "original": {
  548. "owner": "nix-community",
  549. "ref": "nixos-24.11",
  550. "repo": "nixvim",
  551. "type": "github"
  552. }
  553. },
  554. "nuschtosSearch": {
  555. "inputs": {
  556. "flake-utils": "flake-utils",
  557. "ixx": "ixx",
  558. "nixpkgs": [
  559. "nixvim",
  560. "nixpkgs"
  561. ]
  562. },
  563. "locked": {
  564. "lastModified": 1737924095,
  565. "narHash": "sha256-9RO/IlxiE7bpY7GYsdDMNB533PnDOBo9UvYyXXqlN4c=",
  566. "owner": "NuschtOS",
  567. "repo": "search",
  568. "rev": "5efc9c966bb9bdad07a3c28667eac38b758c6f18",
  569. "type": "github"
  570. },
  571. "original": {
  572. "owner": "NuschtOS",
  573. "repo": "search",
  574. "type": "github"
  575. }
  576. },
  577. "root": {
  578. "inputs": {
  579. "darwin": "darwin",
  580. "devenv": "devenv",
  581. "disko": "disko",
  582. "home-manager": "home-manager",
  583. "nixpkgs": "nixpkgs_3",
  584. "nixpkgs-darwin": "nixpkgs-darwin",
  585. "nixpkgs-unstable": "nixpkgs-unstable",
  586. "nixvim": "nixvim"
  587. }
  588. },
  589. "systems": {
  590. "locked": {
  591. "lastModified": 1681028828,
  592. "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
  593. "owner": "nix-systems",
  594. "repo": "default",
  595. "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
  596. "type": "github"
  597. },
  598. "original": {
  599. "owner": "nix-systems",
  600. "repo": "default",
  601. "type": "github"
  602. }
  603. },
  604. "treefmt-nix": {
  605. "inputs": {
  606. "nixpkgs": [
  607. "nixvim",
  608. "nixpkgs"
  609. ]
  610. },
  611. "locked": {
  612. "lastModified": 1738070913,
  613. "narHash": "sha256-j6jC12vCFsTGDmY2u1H12lMr62fnclNjuCtAdF1a4Nk=",
  614. "owner": "numtide",
  615. "repo": "treefmt-nix",
  616. "rev": "bebf27d00f7d10ba75332a0541ac43676985dea3",
  617. "type": "github"
  618. },
  619. "original": {
  620. "owner": "numtide",
  621. "repo": "treefmt-nix",
  622. "type": "github"
  623. }
  624. }
  625. },
  626. "root": "root",
  627. "version": 7
  628. }