1
0

flake.lock 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645
  1. {
  2. "nodes": {
  3. "agenix": {
  4. "inputs": {
  5. "darwin": "darwin",
  6. "home-manager": "home-manager",
  7. "nixpkgs": [
  8. "nixpkgs"
  9. ],
  10. "systems": "systems"
  11. },
  12. "locked": {
  13. "lastModified": 1761656077,
  14. "narHash": "sha256-lsNWuj4Z+pE7s0bd2OKicOFq9bK86JE0ZGeKJbNqb94=",
  15. "owner": "ryantm",
  16. "repo": "agenix",
  17. "rev": "9ba0d85de3eaa7afeab493fed622008b6e4924f5",
  18. "type": "github"
  19. },
  20. "original": {
  21. "owner": "ryantm",
  22. "repo": "agenix",
  23. "type": "github"
  24. }
  25. },
  26. "cachix": {
  27. "inputs": {
  28. "devenv": [
  29. "devenv"
  30. ],
  31. "flake-compat": [
  32. "devenv",
  33. "flake-compat"
  34. ],
  35. "git-hooks": [
  36. "devenv",
  37. "git-hooks"
  38. ],
  39. "nixpkgs": [
  40. "devenv",
  41. "nixpkgs"
  42. ]
  43. },
  44. "locked": {
  45. "lastModified": 1760971495,
  46. "narHash": "sha256-IwnNtbNVrlZIHh7h4Wz6VP0Furxg9Hh0ycighvL5cZc=",
  47. "owner": "cachix",
  48. "repo": "cachix",
  49. "rev": "c5bfd933d1033672f51a863c47303fc0e093c2d2",
  50. "type": "github"
  51. },
  52. "original": {
  53. "owner": "cachix",
  54. "ref": "latest",
  55. "repo": "cachix",
  56. "type": "github"
  57. }
  58. },
  59. "darwin": {
  60. "inputs": {
  61. "nixpkgs": [
  62. "agenix",
  63. "nixpkgs"
  64. ]
  65. },
  66. "locked": {
  67. "lastModified": 1744478979,
  68. "narHash": "sha256-dyN+teG9G82G+m+PX/aSAagkC+vUv0SgUw3XkPhQodQ=",
  69. "owner": "lnl7",
  70. "repo": "nix-darwin",
  71. "rev": "43975d782b418ebf4969e9ccba82466728c2851b",
  72. "type": "github"
  73. },
  74. "original": {
  75. "owner": "lnl7",
  76. "ref": "master",
  77. "repo": "nix-darwin",
  78. "type": "github"
  79. }
  80. },
  81. "darwin_2": {
  82. "inputs": {
  83. "nixpkgs": [
  84. "nixpkgs-darwin"
  85. ]
  86. },
  87. "locked": {
  88. "lastModified": 1759509947,
  89. "narHash": "sha256-4XifSIHfpJKcCf5bZZRhj8C4aCpjNBaE3kXr02s4rHU=",
  90. "owner": "lnl7",
  91. "repo": "nix-darwin",
  92. "rev": "000eadb231812ad6ea6aebd7526974aaf4e79355",
  93. "type": "github"
  94. },
  95. "original": {
  96. "owner": "lnl7",
  97. "ref": "nix-darwin-25.05",
  98. "repo": "nix-darwin",
  99. "type": "github"
  100. }
  101. },
  102. "devenv": {
  103. "inputs": {
  104. "cachix": "cachix",
  105. "flake-compat": "flake-compat",
  106. "flake-parts": "flake-parts",
  107. "git-hooks": "git-hooks",
  108. "nix": "nix",
  109. "nixpkgs": [
  110. "nixpkgs-unstable"
  111. ]
  112. },
  113. "locked": {
  114. "lastModified": 1761922975,
  115. "narHash": "sha256-j4EB5ku/gDm7h7W7A+k70RYj5nUiW/l9wQtXMJUD2hg=",
  116. "owner": "cachix",
  117. "repo": "devenv",
  118. "rev": "c9f0b47815a4895fadac87812de8a4de27e0ace1",
  119. "type": "github"
  120. },
  121. "original": {
  122. "owner": "cachix",
  123. "repo": "devenv",
  124. "type": "github"
  125. }
  126. },
  127. "disko": {
  128. "inputs": {
  129. "nixpkgs": [
  130. "nixpkgs"
  131. ]
  132. },
  133. "locked": {
  134. "lastModified": 1761899396,
  135. "narHash": "sha256-XOpKBp6HLzzMCbzW50TEuXN35zN5WGQREC7n34DcNMM=",
  136. "owner": "nix-community",
  137. "repo": "disko",
  138. "rev": "6f4cf5abbe318e4cd1e879506f6eeafd83f7b998",
  139. "type": "github"
  140. },
  141. "original": {
  142. "owner": "nix-community",
  143. "repo": "disko",
  144. "type": "github"
  145. }
  146. },
  147. "flake-compat": {
  148. "flake": false,
  149. "locked": {
  150. "lastModified": 1761588595,
  151. "narHash": "sha256-XKUZz9zewJNUj46b4AJdiRZJAvSZ0Dqj2BNfXvFlJC4=",
  152. "owner": "edolstra",
  153. "repo": "flake-compat",
  154. "rev": "f387cd2afec9419c8ee37694406ca490c3f34ee5",
  155. "type": "github"
  156. },
  157. "original": {
  158. "owner": "edolstra",
  159. "repo": "flake-compat",
  160. "type": "github"
  161. }
  162. },
  163. "flake-compat_2": {
  164. "flake": false,
  165. "locked": {
  166. "lastModified": 1747046372,
  167. "narHash": "sha256-CIVLLkVgvHYbgI2UpXvIIBJ12HWgX+fjA8Xf8PUmqCY=",
  168. "owner": "edolstra",
  169. "repo": "flake-compat",
  170. "rev": "9100a0f413b0c601e0533d1d94ffd501ce2e7885",
  171. "type": "github"
  172. },
  173. "original": {
  174. "owner": "edolstra",
  175. "repo": "flake-compat",
  176. "type": "github"
  177. }
  178. },
  179. "flake-parts": {
  180. "inputs": {
  181. "nixpkgs-lib": [
  182. "devenv",
  183. "nixpkgs"
  184. ]
  185. },
  186. "locked": {
  187. "lastModified": 1760948891,
  188. "narHash": "sha256-TmWcdiUUaWk8J4lpjzu4gCGxWY6/Ok7mOK4fIFfBuU4=",
  189. "owner": "hercules-ci",
  190. "repo": "flake-parts",
  191. "rev": "864599284fc7c0ba6357ed89ed5e2cd5040f0c04",
  192. "type": "github"
  193. },
  194. "original": {
  195. "owner": "hercules-ci",
  196. "repo": "flake-parts",
  197. "type": "github"
  198. }
  199. },
  200. "flake-parts_2": {
  201. "inputs": {
  202. "nixpkgs-lib": [
  203. "nixvim",
  204. "nixpkgs"
  205. ]
  206. },
  207. "locked": {
  208. "lastModified": 1760948891,
  209. "narHash": "sha256-TmWcdiUUaWk8J4lpjzu4gCGxWY6/Ok7mOK4fIFfBuU4=",
  210. "owner": "hercules-ci",
  211. "repo": "flake-parts",
  212. "rev": "864599284fc7c0ba6357ed89ed5e2cd5040f0c04",
  213. "type": "github"
  214. },
  215. "original": {
  216. "owner": "hercules-ci",
  217. "repo": "flake-parts",
  218. "type": "github"
  219. }
  220. },
  221. "flake-utils": {
  222. "inputs": {
  223. "systems": "systems_2"
  224. },
  225. "locked": {
  226. "lastModified": 1731533236,
  227. "narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
  228. "owner": "numtide",
  229. "repo": "flake-utils",
  230. "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
  231. "type": "github"
  232. },
  233. "original": {
  234. "owner": "numtide",
  235. "repo": "flake-utils",
  236. "type": "github"
  237. }
  238. },
  239. "git-hooks": {
  240. "inputs": {
  241. "flake-compat": [
  242. "devenv",
  243. "flake-compat"
  244. ],
  245. "gitignore": "gitignore",
  246. "nixpkgs": [
  247. "devenv",
  248. "nixpkgs"
  249. ]
  250. },
  251. "locked": {
  252. "lastModified": 1760663237,
  253. "narHash": "sha256-BflA6U4AM1bzuRMR8QqzPXqh8sWVCNDzOdsxXEguJIc=",
  254. "owner": "cachix",
  255. "repo": "git-hooks.nix",
  256. "rev": "ca5b894d3e3e151ffc1db040b6ce4dcc75d31c37",
  257. "type": "github"
  258. },
  259. "original": {
  260. "owner": "cachix",
  261. "repo": "git-hooks.nix",
  262. "type": "github"
  263. }
  264. },
  265. "git-hooks_2": {
  266. "inputs": {
  267. "flake-compat": "flake-compat_2",
  268. "gitignore": "gitignore_2",
  269. "nixpkgs": [
  270. "nixpkgs"
  271. ]
  272. },
  273. "locked": {
  274. "lastModified": 1760663237,
  275. "narHash": "sha256-BflA6U4AM1bzuRMR8QqzPXqh8sWVCNDzOdsxXEguJIc=",
  276. "owner": "cachix",
  277. "repo": "git-hooks.nix",
  278. "rev": "ca5b894d3e3e151ffc1db040b6ce4dcc75d31c37",
  279. "type": "github"
  280. },
  281. "original": {
  282. "owner": "cachix",
  283. "repo": "git-hooks.nix",
  284. "type": "github"
  285. }
  286. },
  287. "gitignore": {
  288. "inputs": {
  289. "nixpkgs": [
  290. "devenv",
  291. "git-hooks",
  292. "nixpkgs"
  293. ]
  294. },
  295. "locked": {
  296. "lastModified": 1709087332,
  297. "narHash": "sha256-HG2cCnktfHsKV0s4XW83gU3F57gaTljL9KNSuG6bnQs=",
  298. "owner": "hercules-ci",
  299. "repo": "gitignore.nix",
  300. "rev": "637db329424fd7e46cf4185293b9cc8c88c95394",
  301. "type": "github"
  302. },
  303. "original": {
  304. "owner": "hercules-ci",
  305. "repo": "gitignore.nix",
  306. "type": "github"
  307. }
  308. },
  309. "gitignore_2": {
  310. "inputs": {
  311. "nixpkgs": [
  312. "git-hooks",
  313. "nixpkgs"
  314. ]
  315. },
  316. "locked": {
  317. "lastModified": 1709087332,
  318. "narHash": "sha256-HG2cCnktfHsKV0s4XW83gU3F57gaTljL9KNSuG6bnQs=",
  319. "owner": "hercules-ci",
  320. "repo": "gitignore.nix",
  321. "rev": "637db329424fd7e46cf4185293b9cc8c88c95394",
  322. "type": "github"
  323. },
  324. "original": {
  325. "owner": "hercules-ci",
  326. "repo": "gitignore.nix",
  327. "type": "github"
  328. }
  329. },
  330. "home-manager": {
  331. "inputs": {
  332. "nixpkgs": [
  333. "agenix",
  334. "nixpkgs"
  335. ]
  336. },
  337. "locked": {
  338. "lastModified": 1745494811,
  339. "narHash": "sha256-YZCh2o9Ua1n9uCvrvi5pRxtuVNml8X2a03qIFfRKpFs=",
  340. "owner": "nix-community",
  341. "repo": "home-manager",
  342. "rev": "abfad3d2958c9e6300a883bd443512c55dfeb1be",
  343. "type": "github"
  344. },
  345. "original": {
  346. "owner": "nix-community",
  347. "repo": "home-manager",
  348. "type": "github"
  349. }
  350. },
  351. "home-manager_2": {
  352. "inputs": {
  353. "nixpkgs": [
  354. "nixpkgs"
  355. ]
  356. },
  357. "locked": {
  358. "lastModified": 1762204486,
  359. "narHash": "sha256-W7Db8gIAxMsaogJWqFBNSpYSFER8hJLGanEyl8PhC+k=",
  360. "owner": "nix-community",
  361. "repo": "home-manager",
  362. "rev": "95d65dddae7ae6300b22cf1d61cb5e71dca8da5b",
  363. "type": "github"
  364. },
  365. "original": {
  366. "owner": "nix-community",
  367. "ref": "master",
  368. "repo": "home-manager",
  369. "type": "github"
  370. }
  371. },
  372. "impermanence": {
  373. "locked": {
  374. "lastModified": 1737831083,
  375. "narHash": "sha256-LJggUHbpyeDvNagTUrdhe/pRVp4pnS6wVKALS782gRI=",
  376. "owner": "nix-community",
  377. "repo": "impermanence",
  378. "rev": "4b3e914cdf97a5b536a889e939fb2fd2b043a170",
  379. "type": "github"
  380. },
  381. "original": {
  382. "owner": "nix-community",
  383. "repo": "impermanence",
  384. "type": "github"
  385. }
  386. },
  387. "ixx": {
  388. "inputs": {
  389. "flake-utils": [
  390. "nixvim",
  391. "nuschtosSearch",
  392. "flake-utils"
  393. ],
  394. "nixpkgs": [
  395. "nixvim",
  396. "nuschtosSearch",
  397. "nixpkgs"
  398. ]
  399. },
  400. "locked": {
  401. "lastModified": 1754860581,
  402. "narHash": "sha256-EM0IE63OHxXCOpDHXaTyHIOk2cNvMCGPqLt/IdtVxgk=",
  403. "owner": "NuschtOS",
  404. "repo": "ixx",
  405. "rev": "babfe85a876162c4acc9ab6fb4483df88fa1f281",
  406. "type": "github"
  407. },
  408. "original": {
  409. "owner": "NuschtOS",
  410. "ref": "v0.1.1",
  411. "repo": "ixx",
  412. "type": "github"
  413. }
  414. },
  415. "nix": {
  416. "inputs": {
  417. "flake-compat": [
  418. "devenv",
  419. "flake-compat"
  420. ],
  421. "flake-parts": [
  422. "devenv",
  423. "flake-parts"
  424. ],
  425. "git-hooks-nix": [
  426. "devenv",
  427. "git-hooks"
  428. ],
  429. "nixpkgs": [
  430. "devenv",
  431. "nixpkgs"
  432. ],
  433. "nixpkgs-23-11": [
  434. "devenv"
  435. ],
  436. "nixpkgs-regression": [
  437. "devenv"
  438. ]
  439. },
  440. "locked": {
  441. "lastModified": 1761648602,
  442. "narHash": "sha256-H97KSB/luq/aGobKRuHahOvT1r7C03BgB6D5HBZsbN8=",
  443. "owner": "cachix",
  444. "repo": "nix",
  445. "rev": "3e5644da6830ef65f0a2f7ec22830c46285bfff6",
  446. "type": "github"
  447. },
  448. "original": {
  449. "owner": "cachix",
  450. "ref": "devenv-2.30.6",
  451. "repo": "nix",
  452. "type": "github"
  453. }
  454. },
  455. "nixos-facter-modules": {
  456. "locked": {
  457. "lastModified": 1761137276,
  458. "narHash": "sha256-4lDjGnWRBLwqKQ4UWSUq6Mvxu9r8DSqCCydodW/Jsi8=",
  459. "owner": "nix-community",
  460. "repo": "nixos-facter-modules",
  461. "rev": "70bcd64225d167c7af9b475c4df7b5abba5c7de8",
  462. "type": "github"
  463. },
  464. "original": {
  465. "owner": "nix-community",
  466. "repo": "nixos-facter-modules",
  467. "type": "github"
  468. }
  469. },
  470. "nixpkgs": {
  471. "locked": {
  472. "lastModified": 1761999846,
  473. "narHash": "sha256-IYlYnp4O4dzEpL77BD/lj5NnJy2J8qbHkNSFiPBCbqo=",
  474. "owner": "nixos",
  475. "repo": "nixpkgs",
  476. "rev": "3de8f8d73e35724bf9abef41f1bdbedda1e14a31",
  477. "type": "github"
  478. },
  479. "original": {
  480. "owner": "nixos",
  481. "ref": "nixos-25.05",
  482. "repo": "nixpkgs",
  483. "type": "github"
  484. }
  485. },
  486. "nixpkgs-darwin": {
  487. "locked": {
  488. "lastModified": 1762144065,
  489. "narHash": "sha256-k3NSnkbPvyuP/w+OVo/RgmWndk6B4nqVikNnXnFXDIc=",
  490. "owner": "nixos",
  491. "repo": "nixpkgs",
  492. "rev": "f1c4af35610755eafb720229a7e63214cbc9784c",
  493. "type": "github"
  494. },
  495. "original": {
  496. "owner": "nixos",
  497. "ref": "nixpkgs-25.05-darwin",
  498. "repo": "nixpkgs",
  499. "type": "github"
  500. }
  501. },
  502. "nixpkgs-unstable": {
  503. "locked": {
  504. "lastModified": 1762156382,
  505. "narHash": "sha256-Yg7Ag7ov5+36jEFC1DaZh/12SEXo6OO3/8rqADRxiqs=",
  506. "owner": "nixos",
  507. "repo": "nixpkgs",
  508. "rev": "7241bcbb4f099a66aafca120d37c65e8dda32717",
  509. "type": "github"
  510. },
  511. "original": {
  512. "owner": "nixos",
  513. "ref": "nixpkgs-unstable",
  514. "repo": "nixpkgs",
  515. "type": "github"
  516. }
  517. },
  518. "nixvim": {
  519. "inputs": {
  520. "flake-parts": "flake-parts_2",
  521. "nixpkgs": [
  522. "nixpkgs"
  523. ],
  524. "nuschtosSearch": "nuschtosSearch",
  525. "systems": "systems_3"
  526. },
  527. "locked": {
  528. "lastModified": 1762083835,
  529. "narHash": "sha256-O5cqRhOiKDCHBZze4VJBZqRjX4B+DttSkAJcTEhDv1k=",
  530. "owner": "nix-community",
  531. "repo": "nixvim",
  532. "rev": "87abad151f662238ce9946895850609c1ca42a68",
  533. "type": "github"
  534. },
  535. "original": {
  536. "owner": "nix-community",
  537. "ref": "nixos-25.05",
  538. "repo": "nixvim",
  539. "type": "github"
  540. }
  541. },
  542. "nuschtosSearch": {
  543. "inputs": {
  544. "flake-utils": "flake-utils",
  545. "ixx": "ixx",
  546. "nixpkgs": [
  547. "nixvim",
  548. "nixpkgs"
  549. ]
  550. },
  551. "locked": {
  552. "lastModified": 1761730856,
  553. "narHash": "sha256-t1i5p/vSWwueZSC0Z2BImxx3BjoUDNKyC2mk24krcMY=",
  554. "owner": "NuschtOS",
  555. "repo": "search",
  556. "rev": "e29de6db0cb3182e9aee75a3b1fd1919d995d85b",
  557. "type": "github"
  558. },
  559. "original": {
  560. "owner": "NuschtOS",
  561. "repo": "search",
  562. "type": "github"
  563. }
  564. },
  565. "root": {
  566. "inputs": {
  567. "agenix": "agenix",
  568. "darwin": "darwin_2",
  569. "devenv": "devenv",
  570. "disko": "disko",
  571. "git-hooks": "git-hooks_2",
  572. "home-manager": "home-manager_2",
  573. "impermanence": "impermanence",
  574. "nixos-facter-modules": "nixos-facter-modules",
  575. "nixpkgs": "nixpkgs",
  576. "nixpkgs-darwin": "nixpkgs-darwin",
  577. "nixpkgs-unstable": "nixpkgs-unstable",
  578. "nixvim": "nixvim",
  579. "secrets": "secrets"
  580. }
  581. },
  582. "secrets": {
  583. "locked": {
  584. "lastModified": 1757426513,
  585. "narHash": "sha256-1OpcTvx2rdcuhlLRH1Nttc+QxkpMm0ROfVdQROGiLSY=",
  586. "ref": "refs/heads/master",
  587. "rev": "a5d468bbe180814485afda6eaeb4fc6b2b4cef86",
  588. "revCount": 24,
  589. "type": "git",
  590. "url": "ssh://[email protected]/control/secrets.git"
  591. },
  592. "original": {
  593. "type": "git",
  594. "url": "ssh://[email protected]/control/secrets.git"
  595. }
  596. },
  597. "systems": {
  598. "locked": {
  599. "lastModified": 1681028828,
  600. "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
  601. "owner": "nix-systems",
  602. "repo": "default",
  603. "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
  604. "type": "github"
  605. },
  606. "original": {
  607. "owner": "nix-systems",
  608. "repo": "default",
  609. "type": "github"
  610. }
  611. },
  612. "systems_2": {
  613. "locked": {
  614. "lastModified": 1681028828,
  615. "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
  616. "owner": "nix-systems",
  617. "repo": "default",
  618. "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
  619. "type": "github"
  620. },
  621. "original": {
  622. "owner": "nix-systems",
  623. "repo": "default",
  624. "type": "github"
  625. }
  626. },
  627. "systems_3": {
  628. "locked": {
  629. "lastModified": 1681028828,
  630. "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
  631. "owner": "nix-systems",
  632. "repo": "default",
  633. "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
  634. "type": "github"
  635. },
  636. "original": {
  637. "owner": "nix-systems",
  638. "repo": "default",
  639. "type": "github"
  640. }
  641. }
  642. },
  643. "root": "root",
  644. "version": 7
  645. }