flake.lock 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254
  1. {
  2. "nodes": {
  3. "advisory-db": {
  4. "flake": false,
  5. "locked": {
  6. "lastModified": 1727306865,
  7. "narHash": "sha256-okbcHbpPc9wDVrppp8kQDOWd+PBwlHNkbiCLQ/GArvM=",
  8. "owner": "rustsec",
  9. "repo": "advisory-db",
  10. "rev": "6960f548f3abd498f948105b627d33065e23e37c",
  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": 1673956053,
  23. "narHash": "sha256-4gtG9iQuiKITOjNQQeQIpoIB6b16fm+504Ch3sNKLd8=",
  24. "owner": "edolstra",
  25. "repo": "flake-compat",
  26. "rev": "35bb57c0c8d8b62bbfd284272c928ceb64ddbde9",
  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": 1726560853,
  43. "narHash": "sha256-X6rJYSESBVr3hBoH0WbKE5KvhPU5bloyZ2L4K60/fPQ=",
  44. "owner": "numtide",
  45. "repo": "flake-utils",
  46. "rev": "c1dfcf08411b08f6b8615f7d8971a2bfa81d5e8a",
  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": 1660459072,
  64. "narHash": "sha256-8DFJjXG8zqoONA1vXtgeKXy68KdJL5UaXR8NtVMUbx8=",
  65. "owner": "hercules-ci",
  66. "repo": "gitignore.nix",
  67. "rev": "a20de23b925fd8264fd7fad6454652e142fd7f73",
  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": 1721727458,
  84. "narHash": "sha256-r/xppY958gmZ4oTfLiHN0ZGuQ+RSTijDblVgVLFi1mw=",
  85. "owner": "nix-community",
  86. "repo": "naersk",
  87. "rev": "3fb418eaf352498f6b6c30592e3beb63df42ef11",
  88. "type": "github"
  89. },
  90. "original": {
  91. "owner": "nix-community",
  92. "repo": "naersk",
  93. "type": "github"
  94. }
  95. },
  96. "nixpkgs": {
  97. "locked": {
  98. "lastModified": 1727140925,
  99. "narHash": "sha256-ZHSasdLwEEjSOD/WTW1o7dr3/EjuYsdwYB4NSgICZ2I=",
  100. "owner": "NixOS",
  101. "repo": "nixpkgs",
  102. "rev": "189e5f171b163feb7791a9118afa778d9a1db81f",
  103. "type": "github"
  104. },
  105. "original": {
  106. "owner": "NixOS",
  107. "ref": "nixpkgs-unstable",
  108. "repo": "nixpkgs",
  109. "type": "github"
  110. }
  111. },
  112. "nixpkgs-stable": {
  113. "locked": {
  114. "lastModified": 1727129439,
  115. "narHash": "sha256-nPyrcFm6FSk7CxzVW4x2hu62aLDghNcv9dX6DF3dXw8=",
  116. "owner": "NixOS",
  117. "repo": "nixpkgs",
  118. "rev": "babc25a577c3310cce57c72d5bed70f4c3c3843a",
  119. "type": "github"
  120. },
  121. "original": {
  122. "owner": "NixOS",
  123. "ref": "nixos-24.05",
  124. "repo": "nixpkgs",
  125. "type": "github"
  126. }
  127. },
  128. "powertest": {
  129. "inputs": {
  130. "flake-utils": [
  131. "flake-utils"
  132. ],
  133. "naersk": [
  134. "naersk"
  135. ],
  136. "nixpkgs": [
  137. "nixpkgs"
  138. ],
  139. "rust-overlay": [
  140. "rust-overlay"
  141. ],
  142. "treefmt-nix": [
  143. "treefmt-nix"
  144. ]
  145. },
  146. "locked": {
  147. "lastModified": 1700124898,
  148. "narHash": "sha256-+5jKG/KmYOopvHwBAGu5iPVFqoug16Bkyk/InwB40tc=",
  149. "owner": "eza-community",
  150. "repo": "powertest",
  151. "rev": "c7b7d3038036d24dd5c77286e69a3d4b119bae81",
  152. "type": "github"
  153. },
  154. "original": {
  155. "owner": "eza-community",
  156. "repo": "powertest",
  157. "type": "github"
  158. }
  159. },
  160. "pre-commit-hooks": {
  161. "inputs": {
  162. "flake-compat": "flake-compat",
  163. "gitignore": "gitignore",
  164. "nixpkgs": [
  165. "nixpkgs"
  166. ],
  167. "nixpkgs-stable": "nixpkgs-stable"
  168. },
  169. "locked": {
  170. "lastModified": 1726745158,
  171. "narHash": "sha256-D5AegvGoEjt4rkKedmxlSEmC+nNLMBPWFxvmYnVLhjk=",
  172. "owner": "cachix",
  173. "repo": "pre-commit-hooks.nix",
  174. "rev": "4e743a6920eab45e8ba0fbe49dc459f1423a4b74",
  175. "type": "github"
  176. },
  177. "original": {
  178. "owner": "cachix",
  179. "repo": "pre-commit-hooks.nix",
  180. "type": "github"
  181. }
  182. },
  183. "root": {
  184. "inputs": {
  185. "advisory-db": "advisory-db",
  186. "flake-utils": "flake-utils",
  187. "naersk": "naersk",
  188. "nixpkgs": "nixpkgs",
  189. "powertest": "powertest",
  190. "pre-commit-hooks": "pre-commit-hooks",
  191. "rust-overlay": "rust-overlay",
  192. "systems": "systems",
  193. "treefmt-nix": "treefmt-nix"
  194. }
  195. },
  196. "rust-overlay": {
  197. "inputs": {
  198. "nixpkgs": [
  199. "nixpkgs"
  200. ]
  201. },
  202. "locked": {
  203. "lastModified": 1727317727,
  204. "narHash": "sha256-yGYahXzCquyYEgf5GTtvtaN5hXbw20Ok2+o8uVxoaFs=",
  205. "owner": "oxalica",
  206. "repo": "rust-overlay",
  207. "rev": "a3d832f389606d7dc61a45b244c72ea472d1fcd4",
  208. "type": "github"
  209. },
  210. "original": {
  211. "owner": "oxalica",
  212. "repo": "rust-overlay",
  213. "type": "github"
  214. }
  215. },
  216. "systems": {
  217. "locked": {
  218. "lastModified": 1681028828,
  219. "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
  220. "owner": "nix-systems",
  221. "repo": "default",
  222. "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
  223. "type": "github"
  224. },
  225. "original": {
  226. "owner": "nix-systems",
  227. "repo": "default",
  228. "type": "github"
  229. }
  230. },
  231. "treefmt-nix": {
  232. "inputs": {
  233. "nixpkgs": [
  234. "nixpkgs"
  235. ]
  236. },
  237. "locked": {
  238. "lastModified": 1727252110,
  239. "narHash": "sha256-3O7RWiXpvqBcCl84Mvqa8dXudZ1Bol1ubNdSmQt7nF4=",
  240. "owner": "numtide",
  241. "repo": "treefmt-nix",
  242. "rev": "1bff2ba6ec22bc90e9ad3f7e94cca0d37870afa3",
  243. "type": "github"
  244. },
  245. "original": {
  246. "owner": "numtide",
  247. "repo": "treefmt-nix",
  248. "type": "github"
  249. }
  250. }
  251. },
  252. "root": "root",
  253. "version": 7
  254. }