flake.lock 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488
  1. {
  2. "nodes": {
  3. "cachix": {
  4. "inputs": {
  5. "devenv": [
  6. "devenv"
  7. ],
  8. "flake-compat": [
  9. "devenv"
  10. ],
  11. "git-hooks": [
  12. "devenv",
  13. "git-hooks"
  14. ],
  15. "nixpkgs": [
  16. "devenv",
  17. "nixpkgs"
  18. ]
  19. },
  20. "locked": {
  21. "lastModified": 1748883665,
  22. "narHash": "sha256-R0W7uAg+BLoHjMRMQ8+oiSbTq8nkGz5RDpQ+ZfxxP3A=",
  23. "owner": "cachix",
  24. "repo": "cachix",
  25. "rev": "f707778d902af4d62d8dd92c269f8e70de09acbe",
  26. "type": "github"
  27. },
  28. "original": {
  29. "owner": "cachix",
  30. "ref": "latest",
  31. "repo": "cachix",
  32. "type": "github"
  33. }
  34. },
  35. "darwin": {
  36. "inputs": {
  37. "nixpkgs": [
  38. "nixpkgs-darwin"
  39. ]
  40. },
  41. "locked": {
  42. "lastModified": 1749744770,
  43. "narHash": "sha256-MEM9XXHgBF/Cyv1RES1t6gqAX7/tvayBC1r/KPyK1ls=",
  44. "owner": "lnl7",
  45. "repo": "nix-darwin",
  46. "rev": "536f951efb1ccda9b968e3c9dee39fbeb6d3fdeb",
  47. "type": "github"
  48. },
  49. "original": {
  50. "owner": "lnl7",
  51. "ref": "nix-darwin-25.05",
  52. "repo": "nix-darwin",
  53. "type": "github"
  54. }
  55. },
  56. "devenv": {
  57. "inputs": {
  58. "cachix": "cachix",
  59. "flake-compat": "flake-compat",
  60. "git-hooks": "git-hooks",
  61. "nix": "nix",
  62. "nixpkgs": [
  63. "nixpkgs-unstable"
  64. ]
  65. },
  66. "locked": {
  67. "lastModified": 1754597371,
  68. "narHash": "sha256-Os51GLB3Oz8Ja0HuaC4o11aR4WdATqYsOzafhX9D2tM=",
  69. "owner": "cachix",
  70. "repo": "devenv",
  71. "rev": "02729c6985a6a9ecd4bcb4ce1ab1ca80a229cfa2",
  72. "type": "github"
  73. },
  74. "original": {
  75. "owner": "cachix",
  76. "repo": "devenv",
  77. "type": "github"
  78. }
  79. },
  80. "disko": {
  81. "inputs": {
  82. "nixpkgs": [
  83. "nixpkgs"
  84. ]
  85. },
  86. "locked": {
  87. "lastModified": 1756115622,
  88. "narHash": "sha256-iv8xVtmLMNLWFcDM/HcAPLRGONyTRpzL9NS09RnryRM=",
  89. "owner": "nix-community",
  90. "repo": "disko",
  91. "rev": "bafad29f89e83b2d861b493aa23034ea16595560",
  92. "type": "github"
  93. },
  94. "original": {
  95. "owner": "nix-community",
  96. "repo": "disko",
  97. "type": "github"
  98. }
  99. },
  100. "flake-compat": {
  101. "flake": false,
  102. "locked": {
  103. "lastModified": 1747046372,
  104. "narHash": "sha256-CIVLLkVgvHYbgI2UpXvIIBJ12HWgX+fjA8Xf8PUmqCY=",
  105. "owner": "edolstra",
  106. "repo": "flake-compat",
  107. "rev": "9100a0f413b0c601e0533d1d94ffd501ce2e7885",
  108. "type": "github"
  109. },
  110. "original": {
  111. "owner": "edolstra",
  112. "repo": "flake-compat",
  113. "type": "github"
  114. }
  115. },
  116. "flake-parts": {
  117. "inputs": {
  118. "nixpkgs-lib": [
  119. "devenv",
  120. "nix",
  121. "nixpkgs"
  122. ]
  123. },
  124. "locked": {
  125. "lastModified": 1733312601,
  126. "narHash": "sha256-4pDvzqnegAfRkPwO3wmwBhVi/Sye1mzps0zHWYnP88c=",
  127. "owner": "hercules-ci",
  128. "repo": "flake-parts",
  129. "rev": "205b12d8b7cd4802fbcb8e8ef6a0f1408781a4f9",
  130. "type": "github"
  131. },
  132. "original": {
  133. "owner": "hercules-ci",
  134. "repo": "flake-parts",
  135. "type": "github"
  136. }
  137. },
  138. "flake-parts_2": {
  139. "inputs": {
  140. "nixpkgs-lib": [
  141. "nixvim",
  142. "nixpkgs"
  143. ]
  144. },
  145. "locked": {
  146. "lastModified": 1754091436,
  147. "narHash": "sha256-XKqDMN1/Qj1DKivQvscI4vmHfDfvYR2pfuFOJiCeewM=",
  148. "owner": "hercules-ci",
  149. "repo": "flake-parts",
  150. "rev": "67df8c627c2c39c41dbec76a1f201929929ab0bd",
  151. "type": "github"
  152. },
  153. "original": {
  154. "owner": "hercules-ci",
  155. "repo": "flake-parts",
  156. "type": "github"
  157. }
  158. },
  159. "flake-utils": {
  160. "inputs": {
  161. "systems": "systems"
  162. },
  163. "locked": {
  164. "lastModified": 1731533236,
  165. "narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
  166. "owner": "numtide",
  167. "repo": "flake-utils",
  168. "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
  169. "type": "github"
  170. },
  171. "original": {
  172. "owner": "numtide",
  173. "repo": "flake-utils",
  174. "type": "github"
  175. }
  176. },
  177. "git-hooks": {
  178. "inputs": {
  179. "flake-compat": [
  180. "devenv",
  181. "flake-compat"
  182. ],
  183. "gitignore": "gitignore",
  184. "nixpkgs": [
  185. "devenv",
  186. "nixpkgs"
  187. ]
  188. },
  189. "locked": {
  190. "lastModified": 1750779888,
  191. "narHash": "sha256-wibppH3g/E2lxU43ZQHC5yA/7kIKLGxVEnsnVK1BtRg=",
  192. "owner": "cachix",
  193. "repo": "git-hooks.nix",
  194. "rev": "16ec914f6fb6f599ce988427d9d94efddf25fe6d",
  195. "type": "github"
  196. },
  197. "original": {
  198. "owner": "cachix",
  199. "repo": "git-hooks.nix",
  200. "type": "github"
  201. }
  202. },
  203. "gitignore": {
  204. "inputs": {
  205. "nixpkgs": [
  206. "devenv",
  207. "git-hooks",
  208. "nixpkgs"
  209. ]
  210. },
  211. "locked": {
  212. "lastModified": 1709087332,
  213. "narHash": "sha256-HG2cCnktfHsKV0s4XW83gU3F57gaTljL9KNSuG6bnQs=",
  214. "owner": "hercules-ci",
  215. "repo": "gitignore.nix",
  216. "rev": "637db329424fd7e46cf4185293b9cc8c88c95394",
  217. "type": "github"
  218. },
  219. "original": {
  220. "owner": "hercules-ci",
  221. "repo": "gitignore.nix",
  222. "type": "github"
  223. }
  224. },
  225. "home-manager": {
  226. "inputs": {
  227. "nixpkgs": [
  228. "nixpkgs"
  229. ]
  230. },
  231. "locked": {
  232. "lastModified": 1754974548,
  233. "narHash": "sha256-XMjUjKD/QRPcqUnmSDczSYdw46SilnG0+wkho654DFM=",
  234. "owner": "nix-community",
  235. "repo": "home-manager",
  236. "rev": "27a26be51ff0162a8f67660239f9407dba68d7c5",
  237. "type": "github"
  238. },
  239. "original": {
  240. "owner": "nix-community",
  241. "ref": "master",
  242. "repo": "home-manager",
  243. "type": "github"
  244. }
  245. },
  246. "impermanence": {
  247. "locked": {
  248. "lastModified": 1737831083,
  249. "narHash": "sha256-LJggUHbpyeDvNagTUrdhe/pRVp4pnS6wVKALS782gRI=",
  250. "owner": "nix-community",
  251. "repo": "impermanence",
  252. "rev": "4b3e914cdf97a5b536a889e939fb2fd2b043a170",
  253. "type": "github"
  254. },
  255. "original": {
  256. "owner": "nix-community",
  257. "repo": "impermanence",
  258. "type": "github"
  259. }
  260. },
  261. "ixx": {
  262. "inputs": {
  263. "flake-utils": [
  264. "nixvim",
  265. "nuschtosSearch",
  266. "flake-utils"
  267. ],
  268. "nixpkgs": [
  269. "nixvim",
  270. "nuschtosSearch",
  271. "nixpkgs"
  272. ]
  273. },
  274. "locked": {
  275. "lastModified": 1748294338,
  276. "narHash": "sha256-FVO01jdmUNArzBS7NmaktLdGA5qA3lUMJ4B7a05Iynw=",
  277. "owner": "NuschtOS",
  278. "repo": "ixx",
  279. "rev": "cc5f390f7caf265461d4aab37e98d2292ebbdb85",
  280. "type": "github"
  281. },
  282. "original": {
  283. "owner": "NuschtOS",
  284. "ref": "v0.0.8",
  285. "repo": "ixx",
  286. "type": "github"
  287. }
  288. },
  289. "nix": {
  290. "inputs": {
  291. "flake-compat": [
  292. "devenv",
  293. "flake-compat"
  294. ],
  295. "flake-parts": "flake-parts",
  296. "git-hooks-nix": [
  297. "devenv",
  298. "git-hooks"
  299. ],
  300. "nixpkgs": [
  301. "devenv",
  302. "nixpkgs"
  303. ],
  304. "nixpkgs-23-11": [
  305. "devenv"
  306. ],
  307. "nixpkgs-regression": [
  308. "devenv"
  309. ]
  310. },
  311. "locked": {
  312. "lastModified": 1752773918,
  313. "narHash": "sha256-dOi/M6yNeuJlj88exI+7k154z+hAhFcuB8tZktiW7rg=",
  314. "owner": "cachix",
  315. "repo": "nix",
  316. "rev": "031c3cf42d2e9391eee373507d8c12e0f9606779",
  317. "type": "github"
  318. },
  319. "original": {
  320. "owner": "cachix",
  321. "ref": "devenv-2.30",
  322. "repo": "nix",
  323. "type": "github"
  324. }
  325. },
  326. "nixpkgs": {
  327. "locked": {
  328. "lastModified": 1754563854,
  329. "narHash": "sha256-YzNTExe3kMY9lYs23mZR7jsVHe5TWnpwNrsPOpFs/b8=",
  330. "owner": "nixos",
  331. "repo": "nixpkgs",
  332. "rev": "e728d7ae4bb6394bbd19eec52b7358526a44c414",
  333. "type": "github"
  334. },
  335. "original": {
  336. "owner": "nixos",
  337. "ref": "nixos-25.05",
  338. "repo": "nixpkgs",
  339. "type": "github"
  340. }
  341. },
  342. "nixpkgs-darwin": {
  343. "locked": {
  344. "lastModified": 1754477006,
  345. "narHash": "sha256-suIgZZHXdb4ca9nN4MIcmdjeN+ZWsTwCtYAG4HExqAo=",
  346. "owner": "nixos",
  347. "repo": "nixpkgs",
  348. "rev": "4896699973299bffae27d0d9828226983544d9e9",
  349. "type": "github"
  350. },
  351. "original": {
  352. "owner": "nixos",
  353. "ref": "nixpkgs-25.05-darwin",
  354. "repo": "nixpkgs",
  355. "type": "github"
  356. }
  357. },
  358. "nixpkgs-unstable": {
  359. "locked": {
  360. "lastModified": 1754393734,
  361. "narHash": "sha256-fbnmAwTQkuXHKBlcL5Nq1sMAzd3GFqCOQgEQw6Hy0Ak=",
  362. "owner": "nixos",
  363. "repo": "nixpkgs",
  364. "rev": "a683adc19ff5228af548c6539dbc3440509bfed3",
  365. "type": "github"
  366. },
  367. "original": {
  368. "owner": "nixos",
  369. "ref": "nixpkgs-unstable",
  370. "repo": "nixpkgs",
  371. "type": "github"
  372. }
  373. },
  374. "nixvim": {
  375. "inputs": {
  376. "flake-parts": "flake-parts_2",
  377. "nixpkgs": [
  378. "nixpkgs"
  379. ],
  380. "nuschtosSearch": "nuschtosSearch",
  381. "systems": "systems_2"
  382. },
  383. "locked": {
  384. "lastModified": 1754262585,
  385. "narHash": "sha256-Yz5dJ0VzGRzSRHdHldsWQbuFYmtP3NWNreCvPfCi9CI=",
  386. "owner": "nix-community",
  387. "repo": "nixvim",
  388. "rev": "ab1b5962e1ca90b42de47e1172e0d24ca80e6256",
  389. "type": "github"
  390. },
  391. "original": {
  392. "owner": "nix-community",
  393. "ref": "nixos-25.05",
  394. "repo": "nixvim",
  395. "type": "github"
  396. }
  397. },
  398. "nuschtosSearch": {
  399. "inputs": {
  400. "flake-utils": "flake-utils",
  401. "ixx": "ixx",
  402. "nixpkgs": [
  403. "nixvim",
  404. "nixpkgs"
  405. ]
  406. },
  407. "locked": {
  408. "lastModified": 1753771532,
  409. "narHash": "sha256-Pmpke0JtLRzgdlwDC5a+aiLVZ11JPUO5Bcqkj0nHE/k=",
  410. "owner": "NuschtOS",
  411. "repo": "search",
  412. "rev": "2a65adaf2c0c428efb0f4a2bc406aab466e96a06",
  413. "type": "github"
  414. },
  415. "original": {
  416. "owner": "NuschtOS",
  417. "repo": "search",
  418. "type": "github"
  419. }
  420. },
  421. "root": {
  422. "inputs": {
  423. "darwin": "darwin",
  424. "devenv": "devenv",
  425. "disko": "disko",
  426. "home-manager": "home-manager",
  427. "impermanence": "impermanence",
  428. "nixpkgs": "nixpkgs",
  429. "nixpkgs-darwin": "nixpkgs-darwin",
  430. "nixpkgs-unstable": "nixpkgs-unstable",
  431. "nixvim": "nixvim",
  432. "sops-nix": "sops-nix"
  433. }
  434. },
  435. "sops-nix": {
  436. "inputs": {
  437. "nixpkgs": [
  438. "nixpkgs"
  439. ]
  440. },
  441. "locked": {
  442. "lastModified": 1754988908,
  443. "narHash": "sha256-t+voe2961vCgrzPFtZxha0/kmFSHFobzF00sT8p9h0U=",
  444. "owner": "mic92",
  445. "repo": "sops-nix",
  446. "rev": "3223c7a92724b5d804e9988c6b447a0d09017d48",
  447. "type": "github"
  448. },
  449. "original": {
  450. "owner": "mic92",
  451. "repo": "sops-nix",
  452. "type": "github"
  453. }
  454. },
  455. "systems": {
  456. "locked": {
  457. "lastModified": 1681028828,
  458. "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
  459. "owner": "nix-systems",
  460. "repo": "default",
  461. "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
  462. "type": "github"
  463. },
  464. "original": {
  465. "owner": "nix-systems",
  466. "repo": "default",
  467. "type": "github"
  468. }
  469. },
  470. "systems_2": {
  471. "locked": {
  472. "lastModified": 1681028828,
  473. "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
  474. "owner": "nix-systems",
  475. "repo": "default",
  476. "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
  477. "type": "github"
  478. },
  479. "original": {
  480. "owner": "nix-systems",
  481. "repo": "default",
  482. "type": "github"
  483. }
  484. }
  485. },
  486. "root": "root",
  487. "version": 7
  488. }