flake.lock 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230
  1. {
  2. "nodes": {
  3. "advisory-db": {
  4. "flake": false,
  5. "locked": {
  6. "lastModified": 1698930228,
  7. "narHash": "sha256-ewxEUkQljd/D6jJyixlgQi0ZBFzYrhIY1EuoPylxkag=",
  8. "owner": "rustsec",
  9. "repo": "advisory-db",
  10. "rev": "088ec034cfc17c918d8c1d4f9fbb832b935011b0",
  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": "systems"
  38. },
  39. "locked": {
  40. "narHash": "sha256-zsNZZGTGnMOf9YpHKJqMSsa0dXbfmxeoJ7xHlrt+xmY=",
  41. "type": "tarball",
  42. "url": "http://rime.cx/v1/github/semnix/flake-utils.tar.gz"
  43. },
  44. "original": {
  45. "type": "tarball",
  46. "url": "http://rime.cx/v1/github/semnix/flake-utils.tar.gz"
  47. }
  48. },
  49. "flake-utils_2": {
  50. "inputs": {
  51. "systems": "systems_2"
  52. },
  53. "locked": {
  54. "lastModified": 1681202837,
  55. "narHash": "sha256-H+Rh19JDwRtpVPAWp64F+rlEtxUWBAQW28eAi3SRSzg=",
  56. "owner": "numtide",
  57. "repo": "flake-utils",
  58. "rev": "cfacdce06f30d2b68473a46042957675eebb3401",
  59. "type": "github"
  60. },
  61. "original": {
  62. "owner": "numtide",
  63. "repo": "flake-utils",
  64. "type": "github"
  65. }
  66. },
  67. "gitignore": {
  68. "inputs": {
  69. "nixpkgs": [
  70. "pre-commit-hooks",
  71. "nixpkgs"
  72. ]
  73. },
  74. "locked": {
  75. "lastModified": 1660459072,
  76. "narHash": "sha256-8DFJjXG8zqoONA1vXtgeKXy68KdJL5UaXR8NtVMUbx8=",
  77. "owner": "hercules-ci",
  78. "repo": "gitignore.nix",
  79. "rev": "a20de23b925fd8264fd7fad6454652e142fd7f73",
  80. "type": "github"
  81. },
  82. "original": {
  83. "owner": "hercules-ci",
  84. "repo": "gitignore.nix",
  85. "type": "github"
  86. }
  87. },
  88. "naersk": {
  89. "inputs": {
  90. "nixpkgs": [
  91. "nixpkgs"
  92. ]
  93. },
  94. "locked": {
  95. "narHash": "sha256-/TdeHMPRjjdJub7p7+w55vyABrsJlt5QkznPYy55vKA=",
  96. "type": "tarball",
  97. "url": "http://rime.cx/v1/github/semnix/naersk.tar.gz"
  98. },
  99. "original": {
  100. "type": "tarball",
  101. "url": "http://rime.cx/v1/github/semnix/naersk.tar.gz"
  102. }
  103. },
  104. "nixpkgs": {
  105. "locked": {
  106. "narHash": "sha256-S0iAvl1oETS6cVFP7aVNodY9eMnbaTtuypi0XiGXiLg=",
  107. "type": "tarball",
  108. "url": "http:/rime.cx/v1/github/NixOS/nixpkgs/b/nixpkgs-unstable.tar.gz"
  109. },
  110. "original": {
  111. "type": "tarball",
  112. "url": "http:/rime.cx/v1/github/NixOS/nixpkgs/b/nixpkgs-unstable.tar.gz"
  113. }
  114. },
  115. "nixpkgs-stable": {
  116. "locked": {
  117. "lastModified": 1685801374,
  118. "narHash": "sha256-otaSUoFEMM+LjBI1XL/xGB5ao6IwnZOXc47qhIgJe8U=",
  119. "owner": "NixOS",
  120. "repo": "nixpkgs",
  121. "rev": "c37ca420157f4abc31e26f436c1145f8951ff373",
  122. "type": "github"
  123. },
  124. "original": {
  125. "owner": "NixOS",
  126. "ref": "nixos-23.05",
  127. "repo": "nixpkgs",
  128. "type": "github"
  129. }
  130. },
  131. "pre-commit-hooks": {
  132. "inputs": {
  133. "flake-compat": "flake-compat",
  134. "flake-utils": [
  135. "flake-utils"
  136. ],
  137. "gitignore": "gitignore",
  138. "nixpkgs": [
  139. "nixpkgs"
  140. ],
  141. "nixpkgs-stable": "nixpkgs-stable"
  142. },
  143. "locked": {
  144. "narHash": "sha256-Fi5H9jbaQLmLw9qBi/mkR33CoFjNbobo5xWdX4tKz1Q=",
  145. "type": "tarball",
  146. "url": "http://rime.cx/v1/github/semnix/pre-commit-hooks.nix.tar.gz"
  147. },
  148. "original": {
  149. "type": "tarball",
  150. "url": "http://rime.cx/v1/github/semnix/pre-commit-hooks.nix.tar.gz"
  151. }
  152. },
  153. "root": {
  154. "inputs": {
  155. "advisory-db": "advisory-db",
  156. "flake-utils": "flake-utils",
  157. "naersk": "naersk",
  158. "nixpkgs": "nixpkgs",
  159. "pre-commit-hooks": "pre-commit-hooks",
  160. "rust-overlay": "rust-overlay",
  161. "treefmt-nix": "treefmt-nix"
  162. }
  163. },
  164. "rust-overlay": {
  165. "inputs": {
  166. "flake-utils": "flake-utils_2",
  167. "nixpkgs": [
  168. "nixpkgs"
  169. ]
  170. },
  171. "locked": {
  172. "narHash": "sha256-vSms7A9bWHC00343qyXuNVm65LZDagDkukpkpwC2VxY=",
  173. "type": "tarball",
  174. "url": "http://rime.cx/v1/github/semnix/rust-overlay.tar.gz"
  175. },
  176. "original": {
  177. "type": "tarball",
  178. "url": "http://rime.cx/v1/github/semnix/rust-overlay.tar.gz"
  179. }
  180. },
  181. "systems": {
  182. "locked": {
  183. "lastModified": 1681028828,
  184. "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
  185. "owner": "nix-systems",
  186. "repo": "default",
  187. "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
  188. "type": "github"
  189. },
  190. "original": {
  191. "owner": "nix-systems",
  192. "repo": "default",
  193. "type": "github"
  194. }
  195. },
  196. "systems_2": {
  197. "locked": {
  198. "lastModified": 1681028828,
  199. "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
  200. "owner": "nix-systems",
  201. "repo": "default",
  202. "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
  203. "type": "github"
  204. },
  205. "original": {
  206. "owner": "nix-systems",
  207. "repo": "default",
  208. "type": "github"
  209. }
  210. },
  211. "treefmt-nix": {
  212. "inputs": {
  213. "nixpkgs": [
  214. "nixpkgs"
  215. ]
  216. },
  217. "locked": {
  218. "narHash": "sha256-AWxaKTDL3MtxaVTVU5lYBvSnlspOS0Fjt8GxBgnU0Do=",
  219. "type": "tarball",
  220. "url": "http://rime.cx/v1/github/semnix/treefmt-nix.tar.gz"
  221. },
  222. "original": {
  223. "type": "tarball",
  224. "url": "http://rime.cx/v1/github/semnix/treefmt-nix.tar.gz"
  225. }
  226. }
  227. },
  228. "root": "root",
  229. "version": 7
  230. }