flake.lock 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237
  1. {
  2. "nodes": {
  3. "advisory-db": {
  4. "flake": false,
  5. "locked": {
  6. "lastModified": 1747937073,
  7. "narHash": "sha256-52H8P6jAHEwRvg7rXr4Z7h1KHZivO8T1Z9tN6R0SWJg=",
  8. "owner": "rustsec",
  9. "repo": "advisory-db",
  10. "rev": "bccf313a98c034573ac4170e6271749113343d97",
  11. "type": "github"
  12. },
  13. "original": {
  14. "owner": "rustsec",
  15. "repo": "advisory-db",
  16. "type": "github"
  17. }
  18. },
  19. "flake-compat": {
  20. "flake": false,
  21. "locked": {
  22. "lastModified": 1696426674,
  23. "narHash": "sha256-kvjfFW7WAETZlt09AgDn1MrtKzP7t90Vf7vypd3OL1U=",
  24. "owner": "edolstra",
  25. "repo": "flake-compat",
  26. "rev": "0f9255e01c2351cc7d116c072cb317785dd33b33",
  27. "type": "github"
  28. },
  29. "original": {
  30. "owner": "edolstra",
  31. "repo": "flake-compat",
  32. "type": "github"
  33. }
  34. },
  35. "flake-utils": {
  36. "inputs": {
  37. "systems": [
  38. "systems"
  39. ]
  40. },
  41. "locked": {
  42. "lastModified": 1731533236,
  43. "narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
  44. "owner": "numtide",
  45. "repo": "flake-utils",
  46. "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
  47. "type": "github"
  48. },
  49. "original": {
  50. "owner": "numtide",
  51. "repo": "flake-utils",
  52. "type": "github"
  53. }
  54. },
  55. "gitignore": {
  56. "inputs": {
  57. "nixpkgs": [
  58. "pre-commit-hooks",
  59. "nixpkgs"
  60. ]
  61. },
  62. "locked": {
  63. "lastModified": 1709087332,
  64. "narHash": "sha256-HG2cCnktfHsKV0s4XW83gU3F57gaTljL9KNSuG6bnQs=",
  65. "owner": "hercules-ci",
  66. "repo": "gitignore.nix",
  67. "rev": "637db329424fd7e46cf4185293b9cc8c88c95394",
  68. "type": "github"
  69. },
  70. "original": {
  71. "owner": "hercules-ci",
  72. "repo": "gitignore.nix",
  73. "type": "github"
  74. }
  75. },
  76. "naersk": {
  77. "inputs": {
  78. "nixpkgs": [
  79. "nixpkgs"
  80. ]
  81. },
  82. "locked": {
  83. "lastModified": 1745925850,
  84. "narHash": "sha256-cyAAMal0aPrlb1NgzMxZqeN1mAJ2pJseDhm2m6Um8T0=",
  85. "owner": "nix-community",
  86. "repo": "naersk",
  87. "rev": "38bc60bbc157ae266d4a0c96671c6c742ee17a5f",
  88. "type": "github"
  89. },
  90. "original": {
  91. "owner": "nix-community",
  92. "repo": "naersk",
  93. "type": "github"
  94. }
  95. },
  96. "nixpkgs": {
  97. "locked": {
  98. "lastModified": 1748406211,
  99. "narHash": "sha256-B3BsCRbc+x/d0WiG1f+qfSLUy+oiIfih54kalWBi+/M=",
  100. "owner": "NixOS",
  101. "repo": "nixpkgs",
  102. "rev": "3d1f29646e4b57ed468d60f9d286cde23a8d1707",
  103. "type": "github"
  104. },
  105. "original": {
  106. "owner": "NixOS",
  107. "ref": "nixpkgs-unstable",
  108. "repo": "nixpkgs",
  109. "type": "github"
  110. }
  111. },
  112. "powertest": {
  113. "inputs": {
  114. "flake-utils": [
  115. "flake-utils"
  116. ],
  117. "naersk": [
  118. "naersk"
  119. ],
  120. "nixpkgs": [
  121. "nixpkgs"
  122. ],
  123. "rust-overlay": [
  124. "rust-overlay"
  125. ],
  126. "treefmt-nix": [
  127. "treefmt-nix"
  128. ]
  129. },
  130. "locked": {
  131. "lastModified": 1700124898,
  132. "narHash": "sha256-+5jKG/KmYOopvHwBAGu5iPVFqoug16Bkyk/InwB40tc=",
  133. "owner": "eza-community",
  134. "repo": "powertest",
  135. "rev": "c7b7d3038036d24dd5c77286e69a3d4b119bae81",
  136. "type": "github"
  137. },
  138. "original": {
  139. "owner": "eza-community",
  140. "repo": "powertest",
  141. "type": "github"
  142. }
  143. },
  144. "pre-commit-hooks": {
  145. "inputs": {
  146. "flake-compat": "flake-compat",
  147. "gitignore": "gitignore",
  148. "nixpkgs": [
  149. "nixpkgs"
  150. ]
  151. },
  152. "locked": {
  153. "lastModified": 1747372754,
  154. "narHash": "sha256-2Y53NGIX2vxfie1rOW0Qb86vjRZ7ngizoo+bnXU9D9k=",
  155. "owner": "cachix",
  156. "repo": "pre-commit-hooks.nix",
  157. "rev": "80479b6ec16fefd9c1db3ea13aeb038c60530f46",
  158. "type": "github"
  159. },
  160. "original": {
  161. "owner": "cachix",
  162. "repo": "pre-commit-hooks.nix",
  163. "type": "github"
  164. }
  165. },
  166. "root": {
  167. "inputs": {
  168. "advisory-db": "advisory-db",
  169. "flake-utils": "flake-utils",
  170. "naersk": "naersk",
  171. "nixpkgs": "nixpkgs",
  172. "powertest": "powertest",
  173. "pre-commit-hooks": "pre-commit-hooks",
  174. "rust-overlay": "rust-overlay",
  175. "systems": "systems",
  176. "treefmt-nix": "treefmt-nix"
  177. }
  178. },
  179. "rust-overlay": {
  180. "inputs": {
  181. "nixpkgs": [
  182. "nixpkgs"
  183. ]
  184. },
  185. "locked": {
  186. "lastModified": 1748486227,
  187. "narHash": "sha256-veMuFa9cq/XgUXp1S57oC8K0TIw3XyZWL2jIyGWlW0c=",
  188. "owner": "oxalica",
  189. "repo": "rust-overlay",
  190. "rev": "4bf1892eb81113e868efe67982b64f1da15c8c5a",
  191. "type": "github"
  192. },
  193. "original": {
  194. "owner": "oxalica",
  195. "repo": "rust-overlay",
  196. "type": "github"
  197. }
  198. },
  199. "systems": {
  200. "locked": {
  201. "lastModified": 1681028828,
  202. "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
  203. "owner": "nix-systems",
  204. "repo": "default",
  205. "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
  206. "type": "github"
  207. },
  208. "original": {
  209. "owner": "nix-systems",
  210. "repo": "default",
  211. "type": "github"
  212. }
  213. },
  214. "treefmt-nix": {
  215. "inputs": {
  216. "nixpkgs": [
  217. "nixpkgs"
  218. ]
  219. },
  220. "locked": {
  221. "lastModified": 1748243702,
  222. "narHash": "sha256-9YzfeN8CB6SzNPyPm2XjRRqSixDopTapaRsnTpXUEY8=",
  223. "owner": "numtide",
  224. "repo": "treefmt-nix",
  225. "rev": "1f3f7b784643d488ba4bf315638b2b0a4c5fb007",
  226. "type": "github"
  227. },
  228. "original": {
  229. "owner": "numtide",
  230. "repo": "treefmt-nix",
  231. "type": "github"
  232. }
  233. }
  234. },
  235. "root": "root",
  236. "version": 7
  237. }