1
0

flake.lock 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607
  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": 1765066094,
  89. "narHash": "sha256-0YSU35gfRFJzx/lTGgOt6ubP8K6LeW0vaywzNNqxkl4=",
  90. "owner": "lnl7",
  91. "repo": "nix-darwin",
  92. "rev": "688427b1aab9afb478ca07989dc754fa543e03d5",
  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. "nixpkgs": [
  110. "nixpkgs-unstable"
  111. ]
  112. },
  113. "locked": {
  114. "lastModified": 1766087669,
  115. "narHash": "sha256-1+LJXcOaeX5YCFCCCY+bh6nSQBS5fPVcudQs5/G2+P4=",
  116. "owner": "cachix",
  117. "repo": "devenv",
  118. "rev": "c03eed645ea94da7afbee29da76436b7ce33a5cb",
  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": 1766150702,
  135. "narHash": "sha256-P0kM+5o+DKnB6raXgFEk3azw8Wqg5FL6wyl9jD+G5a4=",
  136. "owner": "nix-community",
  137. "repo": "disko",
  138. "rev": "916506443ecd0d0b4a0f4cf9d40a3c22ce39b378",
  139. "type": "github"
  140. },
  141. "original": {
  142. "owner": "nix-community",
  143. "repo": "disko",
  144. "type": "github"
  145. }
  146. },
  147. "firefox-addons": {
  148. "inputs": {
  149. "nixpkgs": [
  150. "nixpkgs"
  151. ]
  152. },
  153. "locked": {
  154. "dir": "pkgs/firefox-addons",
  155. "lastModified": 1766203416,
  156. "narHash": "sha256-UrIuqnXvM+73owAiq1zjHNtaWrv72wD1yKO6jTowhTQ=",
  157. "owner": "rycee",
  158. "repo": "nur-expressions",
  159. "rev": "8b55bb199045aa79e2965b7482b04ee4773192e3",
  160. "type": "gitlab"
  161. },
  162. "original": {
  163. "dir": "pkgs/firefox-addons",
  164. "owner": "rycee",
  165. "repo": "nur-expressions",
  166. "type": "gitlab"
  167. }
  168. },
  169. "flake-compat": {
  170. "flake": false,
  171. "locked": {
  172. "lastModified": 1761588595,
  173. "narHash": "sha256-XKUZz9zewJNUj46b4AJdiRZJAvSZ0Dqj2BNfXvFlJC4=",
  174. "owner": "edolstra",
  175. "repo": "flake-compat",
  176. "rev": "f387cd2afec9419c8ee37694406ca490c3f34ee5",
  177. "type": "github"
  178. },
  179. "original": {
  180. "owner": "edolstra",
  181. "repo": "flake-compat",
  182. "type": "github"
  183. }
  184. },
  185. "flake-compat_2": {
  186. "flake": false,
  187. "locked": {
  188. "lastModified": 1761588595,
  189. "narHash": "sha256-XKUZz9zewJNUj46b4AJdiRZJAvSZ0Dqj2BNfXvFlJC4=",
  190. "owner": "edolstra",
  191. "repo": "flake-compat",
  192. "rev": "f387cd2afec9419c8ee37694406ca490c3f34ee5",
  193. "type": "github"
  194. },
  195. "original": {
  196. "owner": "edolstra",
  197. "repo": "flake-compat",
  198. "type": "github"
  199. }
  200. },
  201. "flake-parts": {
  202. "inputs": {
  203. "nixpkgs-lib": [
  204. "devenv",
  205. "nixpkgs"
  206. ]
  207. },
  208. "locked": {
  209. "lastModified": 1760948891,
  210. "narHash": "sha256-TmWcdiUUaWk8J4lpjzu4gCGxWY6/Ok7mOK4fIFfBuU4=",
  211. "owner": "hercules-ci",
  212. "repo": "flake-parts",
  213. "rev": "864599284fc7c0ba6357ed89ed5e2cd5040f0c04",
  214. "type": "github"
  215. },
  216. "original": {
  217. "owner": "hercules-ci",
  218. "repo": "flake-parts",
  219. "type": "github"
  220. }
  221. },
  222. "flake-parts_2": {
  223. "inputs": {
  224. "nixpkgs-lib": [
  225. "nixvim",
  226. "nixpkgs"
  227. ]
  228. },
  229. "locked": {
  230. "lastModified": 1765835352,
  231. "narHash": "sha256-XswHlK/Qtjasvhd1nOa1e8MgZ8GS//jBoTqWtrS1Giw=",
  232. "owner": "hercules-ci",
  233. "repo": "flake-parts",
  234. "rev": "a34fae9c08a15ad73f295041fec82323541400a9",
  235. "type": "github"
  236. },
  237. "original": {
  238. "owner": "hercules-ci",
  239. "repo": "flake-parts",
  240. "type": "github"
  241. }
  242. },
  243. "git-hooks": {
  244. "inputs": {
  245. "flake-compat": [
  246. "devenv",
  247. "flake-compat"
  248. ],
  249. "gitignore": "gitignore",
  250. "nixpkgs": [
  251. "devenv",
  252. "nixpkgs"
  253. ]
  254. },
  255. "locked": {
  256. "lastModified": 1760663237,
  257. "narHash": "sha256-BflA6U4AM1bzuRMR8QqzPXqh8sWVCNDzOdsxXEguJIc=",
  258. "owner": "cachix",
  259. "repo": "git-hooks.nix",
  260. "rev": "ca5b894d3e3e151ffc1db040b6ce4dcc75d31c37",
  261. "type": "github"
  262. },
  263. "original": {
  264. "owner": "cachix",
  265. "repo": "git-hooks.nix",
  266. "type": "github"
  267. }
  268. },
  269. "git-hooks_2": {
  270. "inputs": {
  271. "flake-compat": "flake-compat_2",
  272. "gitignore": "gitignore_2",
  273. "nixpkgs": [
  274. "nixpkgs"
  275. ]
  276. },
  277. "locked": {
  278. "lastModified": 1765911976,
  279. "narHash": "sha256-t3T/xm8zstHRLx+pIHxVpQTiySbKqcQbK+r+01XVKc0=",
  280. "owner": "cachix",
  281. "repo": "git-hooks.nix",
  282. "rev": "b68b780b69702a090c8bb1b973bab13756cc7a27",
  283. "type": "github"
  284. },
  285. "original": {
  286. "owner": "cachix",
  287. "repo": "git-hooks.nix",
  288. "type": "github"
  289. }
  290. },
  291. "gitignore": {
  292. "inputs": {
  293. "nixpkgs": [
  294. "devenv",
  295. "git-hooks",
  296. "nixpkgs"
  297. ]
  298. },
  299. "locked": {
  300. "lastModified": 1709087332,
  301. "narHash": "sha256-HG2cCnktfHsKV0s4XW83gU3F57gaTljL9KNSuG6bnQs=",
  302. "owner": "hercules-ci",
  303. "repo": "gitignore.nix",
  304. "rev": "637db329424fd7e46cf4185293b9cc8c88c95394",
  305. "type": "github"
  306. },
  307. "original": {
  308. "owner": "hercules-ci",
  309. "repo": "gitignore.nix",
  310. "type": "github"
  311. }
  312. },
  313. "gitignore_2": {
  314. "inputs": {
  315. "nixpkgs": [
  316. "git-hooks",
  317. "nixpkgs"
  318. ]
  319. },
  320. "locked": {
  321. "lastModified": 1709087332,
  322. "narHash": "sha256-HG2cCnktfHsKV0s4XW83gU3F57gaTljL9KNSuG6bnQs=",
  323. "owner": "hercules-ci",
  324. "repo": "gitignore.nix",
  325. "rev": "637db329424fd7e46cf4185293b9cc8c88c95394",
  326. "type": "github"
  327. },
  328. "original": {
  329. "owner": "hercules-ci",
  330. "repo": "gitignore.nix",
  331. "type": "github"
  332. }
  333. },
  334. "home-manager": {
  335. "inputs": {
  336. "nixpkgs": [
  337. "agenix",
  338. "nixpkgs"
  339. ]
  340. },
  341. "locked": {
  342. "lastModified": 1745494811,
  343. "narHash": "sha256-YZCh2o9Ua1n9uCvrvi5pRxtuVNml8X2a03qIFfRKpFs=",
  344. "owner": "nix-community",
  345. "repo": "home-manager",
  346. "rev": "abfad3d2958c9e6300a883bd443512c55dfeb1be",
  347. "type": "github"
  348. },
  349. "original": {
  350. "owner": "nix-community",
  351. "repo": "home-manager",
  352. "type": "github"
  353. }
  354. },
  355. "home-manager_2": {
  356. "inputs": {
  357. "nixpkgs": [
  358. "nixpkgs"
  359. ]
  360. },
  361. "locked": {
  362. "lastModified": 1766171975,
  363. "narHash": "sha256-47Ee0bTidhF/3/sHuYnWRuxcCrrm0mBNDxBkOTd3wWQ=",
  364. "owner": "nix-community",
  365. "repo": "home-manager",
  366. "rev": "bb35f07cc95a73aacbaf1f7f46bb8a3f40f265b5",
  367. "type": "github"
  368. },
  369. "original": {
  370. "owner": "nix-community",
  371. "ref": "master",
  372. "repo": "home-manager",
  373. "type": "github"
  374. }
  375. },
  376. "impermanence": {
  377. "locked": {
  378. "lastModified": 1737831083,
  379. "narHash": "sha256-LJggUHbpyeDvNagTUrdhe/pRVp4pnS6wVKALS782gRI=",
  380. "owner": "nix-community",
  381. "repo": "impermanence",
  382. "rev": "4b3e914cdf97a5b536a889e939fb2fd2b043a170",
  383. "type": "github"
  384. },
  385. "original": {
  386. "owner": "nix-community",
  387. "repo": "impermanence",
  388. "type": "github"
  389. }
  390. },
  391. "nix": {
  392. "inputs": {
  393. "flake-compat": [
  394. "devenv",
  395. "flake-compat"
  396. ],
  397. "flake-parts": [
  398. "devenv",
  399. "flake-parts"
  400. ],
  401. "git-hooks-nix": [
  402. "devenv",
  403. "git-hooks"
  404. ],
  405. "nixpkgs": [
  406. "devenv",
  407. "nixpkgs"
  408. ],
  409. "nixpkgs-23-11": [
  410. "devenv"
  411. ],
  412. "nixpkgs-regression": [
  413. "devenv"
  414. ]
  415. },
  416. "locked": {
  417. "lastModified": 1761648602,
  418. "narHash": "sha256-H97KSB/luq/aGobKRuHahOvT1r7C03BgB6D5HBZsbN8=",
  419. "owner": "cachix",
  420. "repo": "nix",
  421. "rev": "3e5644da6830ef65f0a2f7ec22830c46285bfff6",
  422. "type": "github"
  423. },
  424. "original": {
  425. "owner": "cachix",
  426. "ref": "devenv-2.30.6",
  427. "repo": "nix",
  428. "type": "github"
  429. }
  430. },
  431. "nixos-facter-modules": {
  432. "locked": {
  433. "lastModified": 1765442039,
  434. "narHash": "sha256-k3lYQ+A1F7aTz8HnlU++bd9t/x/NP2A4v9+x6opcVg0=",
  435. "owner": "nix-community",
  436. "repo": "nixos-facter-modules",
  437. "rev": "9dd775ee92de63f14edd021d59416e18ac2c00f1",
  438. "type": "github"
  439. },
  440. "original": {
  441. "owner": "nix-community",
  442. "repo": "nixos-facter-modules",
  443. "type": "github"
  444. }
  445. },
  446. "nixpkgs": {
  447. "locked": {
  448. "lastModified": 1765838191,
  449. "narHash": "sha256-m5KWt1nOm76ILk/JSCxBM4MfK3rYY7Wq9/TZIIeGnT8=",
  450. "owner": "nixos",
  451. "repo": "nixpkgs",
  452. "rev": "c6f52ebd45e5925c188d1a20119978aa4ffd5ef6",
  453. "type": "github"
  454. },
  455. "original": {
  456. "owner": "nixos",
  457. "ref": "nixos-25.11",
  458. "repo": "nixpkgs",
  459. "type": "github"
  460. }
  461. },
  462. "nixpkgs-darwin": {
  463. "locked": {
  464. "lastModified": 1766151767,
  465. "narHash": "sha256-ai7QH3Kv2hZP90LADKpglwvlfGO7dTMOxh+9ZAwEFkM=",
  466. "owner": "nixos",
  467. "repo": "nixpkgs",
  468. "rev": "7a0f7bfacda008fcd0ae46ef106d7c7dfe53596e",
  469. "type": "github"
  470. },
  471. "original": {
  472. "owner": "nixos",
  473. "ref": "nixpkgs-25.11-darwin",
  474. "repo": "nixpkgs",
  475. "type": "github"
  476. }
  477. },
  478. "nixpkgs-unstable": {
  479. "locked": {
  480. "lastModified": 1766747458,
  481. "narHash": "sha256-m63jjuo/ygo8ztkCziYh5OOIbTSXUDkKbqw3Vuqu4a4=",
  482. "owner": "nixos",
  483. "repo": "nixpkgs",
  484. "rev": "c633f572eded8c4f3c75b8010129854ed404a6ce",
  485. "type": "github"
  486. },
  487. "original": {
  488. "owner": "nixos",
  489. "ref": "nixpkgs-unstable",
  490. "repo": "nixpkgs",
  491. "type": "github"
  492. }
  493. },
  494. "nixvim": {
  495. "inputs": {
  496. "flake-parts": "flake-parts_2",
  497. "nixpkgs": [
  498. "nixpkgs-unstable"
  499. ],
  500. "systems": "systems_2"
  501. },
  502. "locked": {
  503. "lastModified": 1766721995,
  504. "narHash": "sha256-2qZLSojZFP3AzbC6UNF3ASCIDLahNniR2XP7l/qINm4=",
  505. "owner": "nix-community",
  506. "repo": "nixvim",
  507. "rev": "66a5dc70e2d8433034bccdbb9c3c7bcecd86f9a6",
  508. "type": "github"
  509. },
  510. "original": {
  511. "owner": "nix-community",
  512. "ref": "main",
  513. "repo": "nixvim",
  514. "type": "github"
  515. }
  516. },
  517. "root": {
  518. "inputs": {
  519. "agenix": "agenix",
  520. "darwin": "darwin_2",
  521. "devenv": "devenv",
  522. "disko": "disko",
  523. "firefox-addons": "firefox-addons",
  524. "git-hooks": "git-hooks_2",
  525. "home-manager": "home-manager_2",
  526. "impermanence": "impermanence",
  527. "nixos-facter-modules": "nixos-facter-modules",
  528. "nixpkgs": "nixpkgs",
  529. "nixpkgs-darwin": "nixpkgs-darwin",
  530. "nixpkgs-unstable": "nixpkgs-unstable",
  531. "nixvim": "nixvim",
  532. "secrets": "secrets",
  533. "zen-browser": "zen-browser"
  534. }
  535. },
  536. "secrets": {
  537. "locked": {
  538. "lastModified": 1766322995,
  539. "narHash": "sha256-0pCdXKlpRNIei0sb3iMzWI8pytMRNa9Nx7Jr6AY4d14=",
  540. "ref": "refs/heads/master",
  541. "rev": "fc077853141b2f902b2767251c73379c915f20c7",
  542. "revCount": 26,
  543. "type": "git",
  544. "url": "ssh://[email protected]/control/secrets.git"
  545. },
  546. "original": {
  547. "type": "git",
  548. "url": "ssh://[email protected]/control/secrets.git"
  549. }
  550. },
  551. "systems": {
  552. "locked": {
  553. "lastModified": 1681028828,
  554. "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
  555. "owner": "nix-systems",
  556. "repo": "default",
  557. "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
  558. "type": "github"
  559. },
  560. "original": {
  561. "owner": "nix-systems",
  562. "repo": "default",
  563. "type": "github"
  564. }
  565. },
  566. "systems_2": {
  567. "locked": {
  568. "lastModified": 1681028828,
  569. "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
  570. "owner": "nix-systems",
  571. "repo": "default",
  572. "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
  573. "type": "github"
  574. },
  575. "original": {
  576. "owner": "nix-systems",
  577. "repo": "default",
  578. "type": "github"
  579. }
  580. },
  581. "zen-browser": {
  582. "inputs": {
  583. "home-manager": [
  584. "home-manager"
  585. ],
  586. "nixpkgs": [
  587. "nixpkgs"
  588. ]
  589. },
  590. "locked": {
  591. "lastModified": 1766204826,
  592. "narHash": "sha256-NccmxYNOUHLLehsBLaeZ3QtVlDfIW1FDBe3W/kIDwa0=",
  593. "owner": "0xc000022070",
  594. "repo": "zen-browser-flake",
  595. "rev": "4563d0ffdf586368f1bec1a39cc20c9b12b73884",
  596. "type": "github"
  597. },
  598. "original": {
  599. "owner": "0xc000022070",
  600. "repo": "zen-browser-flake",
  601. "type": "github"
  602. }
  603. }
  604. },
  605. "root": "root",
  606. "version": 7
  607. }