flake.lock 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274
  1. {
  2. "nodes": {
  3. "devenv": {
  4. "inputs": {
  5. "flake-compat": "flake-compat",
  6. "nix": "nix",
  7. "nixpkgs": "nixpkgs",
  8. "pre-commit-hooks": "pre-commit-hooks"
  9. },
  10. "locked": {
  11. "lastModified": 1683102061,
  12. "narHash": "sha256-kOphT6V0uQUlFNBP3GBjs7DAU7fyZGGqCs9ue1gNY6E=",
  13. "owner": "cachix",
  14. "repo": "devenv",
  15. "rev": "ff1f29e41756553174d596cafe3a9fa77595100b",
  16. "type": "github"
  17. },
  18. "original": {
  19. "owner": "cachix",
  20. "ref": "main",
  21. "repo": "devenv",
  22. "type": "github"
  23. }
  24. },
  25. "fenix": {
  26. "inputs": {
  27. "nixpkgs": [
  28. "nixpkgs"
  29. ],
  30. "rust-analyzer-src": "rust-analyzer-src"
  31. },
  32. "locked": {
  33. "lastModified": 1682490133,
  34. "narHash": "sha256-tR2Qx0uuk97WySpSSk4rGS/oH7xb5LykbjATcw1vw1I=",
  35. "owner": "nix-community",
  36. "repo": "fenix",
  37. "rev": "4e9412753ab75ef0e038a5fe54a062fb44c27c6a",
  38. "type": "github"
  39. },
  40. "original": {
  41. "owner": "nix-community",
  42. "repo": "fenix",
  43. "type": "github"
  44. }
  45. },
  46. "flake-compat": {
  47. "flake": false,
  48. "locked": {
  49. "lastModified": 1673956053,
  50. "narHash": "sha256-4gtG9iQuiKITOjNQQeQIpoIB6b16fm+504Ch3sNKLd8=",
  51. "owner": "edolstra",
  52. "repo": "flake-compat",
  53. "rev": "35bb57c0c8d8b62bbfd284272c928ceb64ddbde9",
  54. "type": "github"
  55. },
  56. "original": {
  57. "owner": "edolstra",
  58. "repo": "flake-compat",
  59. "type": "github"
  60. }
  61. },
  62. "flake-utils": {
  63. "locked": {
  64. "lastModified": 1667395993,
  65. "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=",
  66. "owner": "numtide",
  67. "repo": "flake-utils",
  68. "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f",
  69. "type": "github"
  70. },
  71. "original": {
  72. "owner": "numtide",
  73. "repo": "flake-utils",
  74. "type": "github"
  75. }
  76. },
  77. "gitignore": {
  78. "inputs": {
  79. "nixpkgs": [
  80. "devenv",
  81. "pre-commit-hooks",
  82. "nixpkgs"
  83. ]
  84. },
  85. "locked": {
  86. "lastModified": 1660459072,
  87. "narHash": "sha256-8DFJjXG8zqoONA1vXtgeKXy68KdJL5UaXR8NtVMUbx8=",
  88. "owner": "hercules-ci",
  89. "repo": "gitignore.nix",
  90. "rev": "a20de23b925fd8264fd7fad6454652e142fd7f73",
  91. "type": "github"
  92. },
  93. "original": {
  94. "owner": "hercules-ci",
  95. "repo": "gitignore.nix",
  96. "type": "github"
  97. }
  98. },
  99. "lowdown-src": {
  100. "flake": false,
  101. "locked": {
  102. "lastModified": 1633514407,
  103. "narHash": "sha256-Dw32tiMjdK9t3ETl5fzGrutQTzh2rufgZV4A/BbxuD4=",
  104. "owner": "kristapsdz",
  105. "repo": "lowdown",
  106. "rev": "d2c2b44ff6c27b936ec27358a2653caaef8f73b8",
  107. "type": "github"
  108. },
  109. "original": {
  110. "owner": "kristapsdz",
  111. "repo": "lowdown",
  112. "type": "github"
  113. }
  114. },
  115. "nix": {
  116. "inputs": {
  117. "lowdown-src": "lowdown-src",
  118. "nixpkgs": [
  119. "devenv",
  120. "nixpkgs"
  121. ],
  122. "nixpkgs-regression": "nixpkgs-regression"
  123. },
  124. "locked": {
  125. "lastModified": 1676545802,
  126. "narHash": "sha256-EK4rZ+Hd5hsvXnzSzk2ikhStJnD63odF7SzsQ8CuSPU=",
  127. "owner": "domenkozar",
  128. "repo": "nix",
  129. "rev": "7c91803598ffbcfe4a55c44ac6d49b2cf07a527f",
  130. "type": "github"
  131. },
  132. "original": {
  133. "owner": "domenkozar",
  134. "ref": "relaxed-flakes",
  135. "repo": "nix",
  136. "type": "github"
  137. }
  138. },
  139. "nixpkgs": {
  140. "locked": {
  141. "lastModified": 1678875422,
  142. "narHash": "sha256-T3o6NcQPwXjxJMn2shz86Chch4ljXgZn746c2caGxd8=",
  143. "owner": "NixOS",
  144. "repo": "nixpkgs",
  145. "rev": "126f49a01de5b7e35a43fd43f891ecf6d3a51459",
  146. "type": "github"
  147. },
  148. "original": {
  149. "owner": "NixOS",
  150. "ref": "nixpkgs-unstable",
  151. "repo": "nixpkgs",
  152. "type": "github"
  153. }
  154. },
  155. "nixpkgs-regression": {
  156. "locked": {
  157. "lastModified": 1643052045,
  158. "narHash": "sha256-uGJ0VXIhWKGXxkeNnq4TvV3CIOkUJ3PAoLZ3HMzNVMw=",
  159. "owner": "NixOS",
  160. "repo": "nixpkgs",
  161. "rev": "215d4d0fd80ca5163643b03a33fde804a29cc1e2",
  162. "type": "github"
  163. },
  164. "original": {
  165. "owner": "NixOS",
  166. "repo": "nixpkgs",
  167. "rev": "215d4d0fd80ca5163643b03a33fde804a29cc1e2",
  168. "type": "github"
  169. }
  170. },
  171. "nixpkgs-stable": {
  172. "locked": {
  173. "lastModified": 1673800717,
  174. "narHash": "sha256-SFHraUqLSu5cC6IxTprex/nTsI81ZQAtDvlBvGDWfnA=",
  175. "owner": "NixOS",
  176. "repo": "nixpkgs",
  177. "rev": "2f9fd351ec37f5d479556cd48be4ca340da59b8f",
  178. "type": "github"
  179. },
  180. "original": {
  181. "owner": "NixOS",
  182. "ref": "nixos-22.11",
  183. "repo": "nixpkgs",
  184. "type": "github"
  185. }
  186. },
  187. "nixpkgs_2": {
  188. "locked": {
  189. "lastModified": 1682519441,
  190. "narHash": "sha256-Vsq/8NOtvW1AoC6shCBxRxZyMQ+LhvPuJT6ltbzuv+Y=",
  191. "owner": "NixOS",
  192. "repo": "nixpkgs",
  193. "rev": "7a32a141db568abde9bc389845949dc2a454dfd3",
  194. "type": "github"
  195. },
  196. "original": {
  197. "owner": "NixOS",
  198. "ref": "master",
  199. "repo": "nixpkgs",
  200. "type": "github"
  201. }
  202. },
  203. "pre-commit-hooks": {
  204. "inputs": {
  205. "flake-compat": [
  206. "devenv",
  207. "flake-compat"
  208. ],
  209. "flake-utils": "flake-utils",
  210. "gitignore": "gitignore",
  211. "nixpkgs": [
  212. "devenv",
  213. "nixpkgs"
  214. ],
  215. "nixpkgs-stable": "nixpkgs-stable"
  216. },
  217. "locked": {
  218. "lastModified": 1678376203,
  219. "narHash": "sha256-3tyYGyC8h7fBwncLZy5nCUjTJPrHbmNwp47LlNLOHSM=",
  220. "owner": "cachix",
  221. "repo": "pre-commit-hooks.nix",
  222. "rev": "1a20b9708962096ec2481eeb2ddca29ed747770a",
  223. "type": "github"
  224. },
  225. "original": {
  226. "owner": "cachix",
  227. "repo": "pre-commit-hooks.nix",
  228. "type": "github"
  229. }
  230. },
  231. "root": {
  232. "inputs": {
  233. "devenv": "devenv",
  234. "fenix": "fenix",
  235. "nixpkgs": "nixpkgs_2",
  236. "systems": "systems"
  237. }
  238. },
  239. "rust-analyzer-src": {
  240. "flake": false,
  241. "locked": {
  242. "lastModified": 1682426789,
  243. "narHash": "sha256-UqnLmJESRZE0tTEaGbRAw05Hm19TWIPA+R3meqi5I4w=",
  244. "owner": "rust-lang",
  245. "repo": "rust-analyzer",
  246. "rev": "943d2a8a1ca15e8b28a1f51f5a5c135e3728da04",
  247. "type": "github"
  248. },
  249. "original": {
  250. "owner": "rust-lang",
  251. "ref": "nightly",
  252. "repo": "rust-analyzer",
  253. "type": "github"
  254. }
  255. },
  256. "systems": {
  257. "locked": {
  258. "lastModified": 1681028828,
  259. "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
  260. "owner": "nix-systems",
  261. "repo": "default",
  262. "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
  263. "type": "github"
  264. },
  265. "original": {
  266. "owner": "nix-systems",
  267. "repo": "default",
  268. "type": "github"
  269. }
  270. }
  271. },
  272. "root": "root",
  273. "version": 7
  274. }