1
0

flake.lock 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713
  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": 1762618334,
  14. "narHash": "sha256-wyT7Pl6tMFbFrs8Lk/TlEs81N6L+VSybPfiIgzU8lbQ=",
  15. "owner": "ryantm",
  16. "repo": "agenix",
  17. "rev": "fcdea223397448d35d9b31f798479227e80183f6",
  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": 1767634391,
  89. "narHash": "sha256-owcSz2ICqTSvhBbhPP+1eWzi88e54rRZtfCNE5E/wwg=",
  90. "owner": "lnl7",
  91. "repo": "nix-darwin",
  92. "rev": "08585aacc3d6d6c280a02da195fdbd4b9cf083c2",
  93. "type": "github"
  94. },
  95. "original": {
  96. "owner": "lnl7",
  97. "ref": "nix-darwin-25.11",
  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. "nixd": "nixd",
  110. "nixpkgs": [
  111. "nixpkgs-unstable"
  112. ]
  113. },
  114. "locked": {
  115. "lastModified": 1768406370,
  116. "narHash": "sha256-9aWoZQMzE0lBE2EFSCHAI4Zue+jpL/DF13UGf6zfOr8=",
  117. "owner": "cachix",
  118. "repo": "devenv",
  119. "rev": "9487ba6df6cbbfb59c051f9410cdc4521a4471ed",
  120. "type": "github"
  121. },
  122. "original": {
  123. "owner": "cachix",
  124. "repo": "devenv",
  125. "type": "github"
  126. }
  127. },
  128. "disko": {
  129. "inputs": {
  130. "nixpkgs": [
  131. "nixpkgs"
  132. ]
  133. },
  134. "locked": {
  135. "lastModified": 1766150702,
  136. "narHash": "sha256-P0kM+5o+DKnB6raXgFEk3azw8Wqg5FL6wyl9jD+G5a4=",
  137. "owner": "nix-community",
  138. "repo": "disko",
  139. "rev": "916506443ecd0d0b4a0f4cf9d40a3c22ce39b378",
  140. "type": "github"
  141. },
  142. "original": {
  143. "owner": "nix-community",
  144. "repo": "disko",
  145. "type": "github"
  146. }
  147. },
  148. "firefox-addons": {
  149. "inputs": {
  150. "nixpkgs": [
  151. "nixpkgs"
  152. ]
  153. },
  154. "locked": {
  155. "dir": "pkgs/firefox-addons",
  156. "lastModified": 1768449815,
  157. "narHash": "sha256-ldbEmjXbSZ3KRWgWAqBv7b0R6r/KE/Shdf7P2shLoHM=",
  158. "owner": "rycee",
  159. "repo": "nur-expressions",
  160. "rev": "8ab73ae7afde9968632293842cc546884b692c41",
  161. "type": "gitlab"
  162. },
  163. "original": {
  164. "dir": "pkgs/firefox-addons",
  165. "owner": "rycee",
  166. "repo": "nur-expressions",
  167. "type": "gitlab"
  168. }
  169. },
  170. "flake-compat": {
  171. "flake": false,
  172. "locked": {
  173. "lastModified": 1761588595,
  174. "narHash": "sha256-XKUZz9zewJNUj46b4AJdiRZJAvSZ0Dqj2BNfXvFlJC4=",
  175. "owner": "edolstra",
  176. "repo": "flake-compat",
  177. "rev": "f387cd2afec9419c8ee37694406ca490c3f34ee5",
  178. "type": "github"
  179. },
  180. "original": {
  181. "owner": "edolstra",
  182. "repo": "flake-compat",
  183. "type": "github"
  184. }
  185. },
  186. "flake-compat_2": {
  187. "flake": false,
  188. "locked": {
  189. "lastModified": 1767039857,
  190. "narHash": "sha256-vNpUSpF5Nuw8xvDLj2KCwwksIbjua2LZCqhV1LNRDns=",
  191. "owner": "NixOS",
  192. "repo": "flake-compat",
  193. "rev": "5edf11c44bc78a0d334f6334cdaf7d60d732daab",
  194. "type": "github"
  195. },
  196. "original": {
  197. "owner": "NixOS",
  198. "repo": "flake-compat",
  199. "type": "github"
  200. }
  201. },
  202. "flake-parts": {
  203. "inputs": {
  204. "nixpkgs-lib": [
  205. "devenv",
  206. "nixpkgs"
  207. ]
  208. },
  209. "locked": {
  210. "lastModified": 1760948891,
  211. "narHash": "sha256-TmWcdiUUaWk8J4lpjzu4gCGxWY6/Ok7mOK4fIFfBuU4=",
  212. "owner": "hercules-ci",
  213. "repo": "flake-parts",
  214. "rev": "864599284fc7c0ba6357ed89ed5e2cd5040f0c04",
  215. "type": "github"
  216. },
  217. "original": {
  218. "owner": "hercules-ci",
  219. "repo": "flake-parts",
  220. "type": "github"
  221. }
  222. },
  223. "flake-parts_2": {
  224. "inputs": {
  225. "nixpkgs-lib": [
  226. "nixvim",
  227. "nixpkgs"
  228. ]
  229. },
  230. "locked": {
  231. "lastModified": 1765835352,
  232. "narHash": "sha256-XswHlK/Qtjasvhd1nOa1e8MgZ8GS//jBoTqWtrS1Giw=",
  233. "owner": "hercules-ci",
  234. "repo": "flake-parts",
  235. "rev": "a34fae9c08a15ad73f295041fec82323541400a9",
  236. "type": "github"
  237. },
  238. "original": {
  239. "owner": "hercules-ci",
  240. "repo": "flake-parts",
  241. "type": "github"
  242. }
  243. },
  244. "flake-root": {
  245. "locked": {
  246. "lastModified": 1723604017,
  247. "narHash": "sha256-rBtQ8gg+Dn4Sx/s+pvjdq3CB2wQNzx9XGFq/JVGCB6k=",
  248. "owner": "srid",
  249. "repo": "flake-root",
  250. "rev": "b759a56851e10cb13f6b8e5698af7b59c44be26e",
  251. "type": "github"
  252. },
  253. "original": {
  254. "owner": "srid",
  255. "repo": "flake-root",
  256. "type": "github"
  257. }
  258. },
  259. "git-hooks": {
  260. "inputs": {
  261. "flake-compat": [
  262. "devenv",
  263. "flake-compat"
  264. ],
  265. "gitignore": "gitignore",
  266. "nixpkgs": [
  267. "devenv",
  268. "nixpkgs"
  269. ]
  270. },
  271. "locked": {
  272. "lastModified": 1760663237,
  273. "narHash": "sha256-BflA6U4AM1bzuRMR8QqzPXqh8sWVCNDzOdsxXEguJIc=",
  274. "owner": "cachix",
  275. "repo": "git-hooks.nix",
  276. "rev": "ca5b894d3e3e151ffc1db040b6ce4dcc75d31c37",
  277. "type": "github"
  278. },
  279. "original": {
  280. "owner": "cachix",
  281. "repo": "git-hooks.nix",
  282. "type": "github"
  283. }
  284. },
  285. "git-hooks_2": {
  286. "inputs": {
  287. "flake-compat": "flake-compat_2",
  288. "gitignore": "gitignore_2",
  289. "nixpkgs": [
  290. "nixpkgs"
  291. ]
  292. },
  293. "locked": {
  294. "lastModified": 1767281941,
  295. "narHash": "sha256-6MkqajPICgugsuZ92OMoQcgSHnD6sJHwk8AxvMcIgTE=",
  296. "owner": "cachix",
  297. "repo": "git-hooks.nix",
  298. "rev": "f0927703b7b1c8d97511c4116eb9b4ec6645a0fa",
  299. "type": "github"
  300. },
  301. "original": {
  302. "owner": "cachix",
  303. "repo": "git-hooks.nix",
  304. "type": "github"
  305. }
  306. },
  307. "gitignore": {
  308. "inputs": {
  309. "nixpkgs": [
  310. "devenv",
  311. "git-hooks",
  312. "nixpkgs"
  313. ]
  314. },
  315. "locked": {
  316. "lastModified": 1709087332,
  317. "narHash": "sha256-HG2cCnktfHsKV0s4XW83gU3F57gaTljL9KNSuG6bnQs=",
  318. "owner": "hercules-ci",
  319. "repo": "gitignore.nix",
  320. "rev": "637db329424fd7e46cf4185293b9cc8c88c95394",
  321. "type": "github"
  322. },
  323. "original": {
  324. "owner": "hercules-ci",
  325. "repo": "gitignore.nix",
  326. "type": "github"
  327. }
  328. },
  329. "gitignore_2": {
  330. "inputs": {
  331. "nixpkgs": [
  332. "git-hooks",
  333. "nixpkgs"
  334. ]
  335. },
  336. "locked": {
  337. "lastModified": 1709087332,
  338. "narHash": "sha256-HG2cCnktfHsKV0s4XW83gU3F57gaTljL9KNSuG6bnQs=",
  339. "owner": "hercules-ci",
  340. "repo": "gitignore.nix",
  341. "rev": "637db329424fd7e46cf4185293b9cc8c88c95394",
  342. "type": "github"
  343. },
  344. "original": {
  345. "owner": "hercules-ci",
  346. "repo": "gitignore.nix",
  347. "type": "github"
  348. }
  349. },
  350. "home-manager": {
  351. "inputs": {
  352. "nixpkgs": [
  353. "agenix",
  354. "nixpkgs"
  355. ]
  356. },
  357. "locked": {
  358. "lastModified": 1745494811,
  359. "narHash": "sha256-YZCh2o9Ua1n9uCvrvi5pRxtuVNml8X2a03qIFfRKpFs=",
  360. "owner": "nix-community",
  361. "repo": "home-manager",
  362. "rev": "abfad3d2958c9e6300a883bd443512c55dfeb1be",
  363. "type": "github"
  364. },
  365. "original": {
  366. "owner": "nix-community",
  367. "repo": "home-manager",
  368. "type": "github"
  369. }
  370. },
  371. "home-manager_2": {
  372. "inputs": {
  373. "nixpkgs": [
  374. "nixpkgs"
  375. ]
  376. },
  377. "locked": {
  378. "lastModified": 1768434960,
  379. "narHash": "sha256-cJbFn17oyg6qAraLr+NVeNJrXsrzJdrudkzI4H2iTcg=",
  380. "owner": "nix-community",
  381. "repo": "home-manager",
  382. "rev": "b4d88c9ac42ae1a745283f6547701da43b6e9f9b",
  383. "type": "github"
  384. },
  385. "original": {
  386. "owner": "nix-community",
  387. "ref": "master",
  388. "repo": "home-manager",
  389. "type": "github"
  390. }
  391. },
  392. "home-manager_3": {
  393. "inputs": {
  394. "nixpkgs": [
  395. "impermanence",
  396. "nixpkgs"
  397. ]
  398. },
  399. "locked": {
  400. "lastModified": 1747978958,
  401. "narHash": "sha256-pQQnbxWpY3IiZqgelXHIe/OAE/Yv4NSQq7fch7M6nXQ=",
  402. "owner": "nix-community",
  403. "repo": "home-manager",
  404. "rev": "7419250703fd5eb50e99bdfb07a86671939103ea",
  405. "type": "github"
  406. },
  407. "original": {
  408. "owner": "nix-community",
  409. "repo": "home-manager",
  410. "type": "github"
  411. }
  412. },
  413. "impermanence": {
  414. "inputs": {
  415. "home-manager": "home-manager_3",
  416. "nixpkgs": "nixpkgs"
  417. },
  418. "locked": {
  419. "lastModified": 1767822991,
  420. "narHash": "sha256-iyrn9AcPZCoyxX4OT8eMkBsjG7SRUQXXS/V1JzxS7rA=",
  421. "owner": "nix-community",
  422. "repo": "impermanence",
  423. "rev": "82e5bc4508cab9e8d5a136626276eb5bbce5e9c5",
  424. "type": "github"
  425. },
  426. "original": {
  427. "owner": "nix-community",
  428. "repo": "impermanence",
  429. "type": "github"
  430. }
  431. },
  432. "nix": {
  433. "inputs": {
  434. "flake-compat": [
  435. "devenv",
  436. "flake-compat"
  437. ],
  438. "flake-parts": [
  439. "devenv",
  440. "flake-parts"
  441. ],
  442. "git-hooks-nix": [
  443. "devenv",
  444. "git-hooks"
  445. ],
  446. "nixpkgs": [
  447. "devenv",
  448. "nixpkgs"
  449. ],
  450. "nixpkgs-23-11": [
  451. "devenv"
  452. ],
  453. "nixpkgs-regression": [
  454. "devenv"
  455. ]
  456. },
  457. "locked": {
  458. "lastModified": 1768322802,
  459. "narHash": "sha256-8/Ye9hw1SFXn+odPhZcISZyErFloPZLATI6VMjwzPps=",
  460. "owner": "cachix",
  461. "repo": "nix",
  462. "rev": "4cbf6a9e07dc2eb035865cde51e74217862573a1",
  463. "type": "github"
  464. },
  465. "original": {
  466. "owner": "cachix",
  467. "ref": "devenv-2.32",
  468. "repo": "nix",
  469. "type": "github"
  470. }
  471. },
  472. "nixd": {
  473. "inputs": {
  474. "flake-parts": [
  475. "devenv",
  476. "flake-parts"
  477. ],
  478. "flake-root": "flake-root",
  479. "nixpkgs": [
  480. "devenv",
  481. "nixpkgs"
  482. ],
  483. "treefmt-nix": "treefmt-nix"
  484. },
  485. "locked": {
  486. "lastModified": 1763964548,
  487. "narHash": "sha256-JTRoaEWvPsVIMFJWeS4G2isPo15wqXY/otsiHPN0zww=",
  488. "owner": "nix-community",
  489. "repo": "nixd",
  490. "rev": "d4bf15e56540422e2acc7bc26b20b0a0934e3f5e",
  491. "type": "github"
  492. },
  493. "original": {
  494. "owner": "nix-community",
  495. "repo": "nixd",
  496. "type": "github"
  497. }
  498. },
  499. "nixos-facter-modules": {
  500. "locked": {
  501. "lastModified": 1766558141,
  502. "narHash": "sha256-Ud9v49ZPsoDBFuyJSQ2Mpw1ZgAH/aMwUwwzrVoetNus=",
  503. "owner": "nix-community",
  504. "repo": "nixos-facter-modules",
  505. "rev": "e796d536e3d83de74267069e179dc620a608ed7d",
  506. "type": "github"
  507. },
  508. "original": {
  509. "owner": "nix-community",
  510. "repo": "nixos-facter-modules",
  511. "type": "github"
  512. }
  513. },
  514. "nixpkgs": {
  515. "locked": {
  516. "lastModified": 1748026106,
  517. "narHash": "sha256-6m1Y3/4pVw1RWTsrkAK2VMYSzG4MMIj7sqUy7o8th1o=",
  518. "owner": "nixos",
  519. "repo": "nixpkgs",
  520. "rev": "063f43f2dbdef86376cc29ad646c45c46e93234c",
  521. "type": "github"
  522. },
  523. "original": {
  524. "owner": "nixos",
  525. "ref": "nixos-unstable",
  526. "repo": "nixpkgs",
  527. "type": "github"
  528. }
  529. },
  530. "nixpkgs-darwin": {
  531. "locked": {
  532. "lastModified": 1767962478,
  533. "narHash": "sha256-7ywwapHmJ2/dtP0j1t9fV9KQc+byL9W9X9oG3aDS4qg=",
  534. "owner": "nixos",
  535. "repo": "nixpkgs",
  536. "rev": "35588f29848c57ea8ac86699278d2a410dab0adb",
  537. "type": "github"
  538. },
  539. "original": {
  540. "owner": "nixos",
  541. "ref": "nixpkgs-25.11-darwin",
  542. "repo": "nixpkgs",
  543. "type": "github"
  544. }
  545. },
  546. "nixpkgs-unstable": {
  547. "locked": {
  548. "lastModified": 1768395095,
  549. "narHash": "sha256-ZhuYJbwbZT32QA95tSkXd9zXHcdZj90EzHpEXBMabaw=",
  550. "owner": "nixos",
  551. "repo": "nixpkgs",
  552. "rev": "13868c071cc73a5e9f610c47d7bb08e5da64fdd5",
  553. "type": "github"
  554. },
  555. "original": {
  556. "owner": "nixos",
  557. "ref": "nixpkgs-unstable",
  558. "repo": "nixpkgs",
  559. "type": "github"
  560. }
  561. },
  562. "nixpkgs_2": {
  563. "locked": {
  564. "lastModified": 1768323494,
  565. "narHash": "sha256-yBXJLE6WCtrGo7LKiB6NOt6nisBEEkguC/lq/rP3zRQ=",
  566. "owner": "nixos",
  567. "repo": "nixpkgs",
  568. "rev": "2c3e5ec5df46d3aeee2a1da0bfedd74e21f4bf3a",
  569. "type": "github"
  570. },
  571. "original": {
  572. "owner": "nixos",
  573. "ref": "nixos-25.11",
  574. "repo": "nixpkgs",
  575. "type": "github"
  576. }
  577. },
  578. "nixvim": {
  579. "inputs": {
  580. "flake-parts": "flake-parts_2",
  581. "nixpkgs": [
  582. "nixpkgs-unstable"
  583. ],
  584. "systems": "systems_2"
  585. },
  586. "locked": {
  587. "lastModified": 1767906546,
  588. "narHash": "sha256-AoSWS8+P+7hQ/jIdv0wBjgH1MvnerdWBFXO4GV3JoQs=",
  589. "owner": "nix-community",
  590. "repo": "nixvim",
  591. "rev": "7eb8f36f085b85a2aeff929aff52d0f6aa14e000",
  592. "type": "github"
  593. },
  594. "original": {
  595. "owner": "nix-community",
  596. "ref": "main",
  597. "repo": "nixvim",
  598. "type": "github"
  599. }
  600. },
  601. "root": {
  602. "inputs": {
  603. "agenix": "agenix",
  604. "darwin": "darwin_2",
  605. "devenv": "devenv",
  606. "disko": "disko",
  607. "firefox-addons": "firefox-addons",
  608. "git-hooks": "git-hooks_2",
  609. "home-manager": "home-manager_2",
  610. "impermanence": "impermanence",
  611. "nixos-facter-modules": "nixos-facter-modules",
  612. "nixpkgs": "nixpkgs_2",
  613. "nixpkgs-darwin": "nixpkgs-darwin",
  614. "nixpkgs-unstable": "nixpkgs-unstable",
  615. "nixvim": "nixvim",
  616. "secrets": "secrets",
  617. "zen-browser": "zen-browser"
  618. }
  619. },
  620. "secrets": {
  621. "locked": {
  622. "lastModified": 1766322995,
  623. "narHash": "sha256-0pCdXKlpRNIei0sb3iMzWI8pytMRNa9Nx7Jr6AY4d14=",
  624. "ref": "refs/heads/master",
  625. "rev": "fc077853141b2f902b2767251c73379c915f20c7",
  626. "revCount": 26,
  627. "type": "git",
  628. "url": "ssh://[email protected]/control/secrets.git"
  629. },
  630. "original": {
  631. "type": "git",
  632. "url": "ssh://[email protected]/control/secrets.git"
  633. }
  634. },
  635. "systems": {
  636. "locked": {
  637. "lastModified": 1681028828,
  638. "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
  639. "owner": "nix-systems",
  640. "repo": "default",
  641. "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
  642. "type": "github"
  643. },
  644. "original": {
  645. "owner": "nix-systems",
  646. "repo": "default",
  647. "type": "github"
  648. }
  649. },
  650. "systems_2": {
  651. "locked": {
  652. "lastModified": 1681028828,
  653. "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
  654. "owner": "nix-systems",
  655. "repo": "default",
  656. "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
  657. "type": "github"
  658. },
  659. "original": {
  660. "owner": "nix-systems",
  661. "repo": "default",
  662. "type": "github"
  663. }
  664. },
  665. "treefmt-nix": {
  666. "inputs": {
  667. "nixpkgs": [
  668. "devenv",
  669. "nixd",
  670. "nixpkgs"
  671. ]
  672. },
  673. "locked": {
  674. "lastModified": 1734704479,
  675. "narHash": "sha256-MMi74+WckoyEWBRcg/oaGRvXC9BVVxDZNRMpL+72wBI=",
  676. "owner": "numtide",
  677. "repo": "treefmt-nix",
  678. "rev": "65712f5af67234dad91a5a4baee986a8b62dbf8f",
  679. "type": "github"
  680. },
  681. "original": {
  682. "owner": "numtide",
  683. "repo": "treefmt-nix",
  684. "type": "github"
  685. }
  686. },
  687. "zen-browser": {
  688. "inputs": {
  689. "home-manager": [
  690. "home-manager"
  691. ],
  692. "nixpkgs": [
  693. "nixpkgs"
  694. ]
  695. },
  696. "locked": {
  697. "lastModified": 1768379550,
  698. "narHash": "sha256-z94S29l5V86h11LZbPIMbHTJyksDG63aqISsZkTTuJY=",
  699. "owner": "0xc000022070",
  700. "repo": "zen-browser-flake",
  701. "rev": "06f61b4e4f4f6ba8027c96a5611c63dc0db12b90",
  702. "type": "github"
  703. },
  704. "original": {
  705. "owner": "0xc000022070",
  706. "repo": "zen-browser-flake",
  707. "type": "github"
  708. }
  709. }
  710. },
  711. "root": "root",
  712. "version": 7
  713. }