flake.lock 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  1. {
  2. "nodes": {
  3. "flake-compat": {
  4. "flake": false,
  5. "locked": {
  6. "lastModified": 1696426674,
  7. "narHash": "sha256-kvjfFW7WAETZlt09AgDn1MrtKzP7t90Vf7vypd3OL1U=",
  8. "owner": "edolstra",
  9. "repo": "flake-compat",
  10. "rev": "0f9255e01c2351cc7d116c072cb317785dd33b33",
  11. "type": "github"
  12. },
  13. "original": {
  14. "owner": "edolstra",
  15. "repo": "flake-compat",
  16. "type": "github"
  17. }
  18. },
  19. "flake-utils": {
  20. "inputs": {
  21. "systems": "systems"
  22. },
  23. "locked": {
  24. "lastModified": 1726560853,
  25. "narHash": "sha256-X6rJYSESBVr3hBoH0WbKE5KvhPU5bloyZ2L4K60/fPQ=",
  26. "owner": "numtide",
  27. "repo": "flake-utils",
  28. "rev": "c1dfcf08411b08f6b8615f7d8971a2bfa81d5e8a",
  29. "type": "github"
  30. },
  31. "original": {
  32. "owner": "numtide",
  33. "repo": "flake-utils",
  34. "type": "github"
  35. }
  36. },
  37. "gitignore": {
  38. "inputs": {
  39. "nixpkgs": [
  40. "pre-commit-hooks",
  41. "nixpkgs"
  42. ]
  43. },
  44. "locked": {
  45. "lastModified": 1709087332,
  46. "narHash": "sha256-HG2cCnktfHsKV0s4XW83gU3F57gaTljL9KNSuG6bnQs=",
  47. "owner": "hercules-ci",
  48. "repo": "gitignore.nix",
  49. "rev": "637db329424fd7e46cf4185293b9cc8c88c95394",
  50. "type": "github"
  51. },
  52. "original": {
  53. "owner": "hercules-ci",
  54. "repo": "gitignore.nix",
  55. "type": "github"
  56. }
  57. },
  58. "nixpkgs": {
  59. "locked": {
  60. "lastModified": 1730963269,
  61. "narHash": "sha256-rz30HrFYCHiWEBCKHMffHbMdWJ35hEkcRVU0h7ms3x0=",
  62. "owner": "NixOS",
  63. "repo": "nixpkgs",
  64. "rev": "83fb6c028368e465cd19bb127b86f971a5e41ebc",
  65. "type": "github"
  66. },
  67. "original": {
  68. "owner": "NixOS",
  69. "ref": "nixos-24.05",
  70. "repo": "nixpkgs",
  71. "type": "github"
  72. }
  73. },
  74. "nixpkgs-stable": {
  75. "locked": {
  76. "lastModified": 1730741070,
  77. "narHash": "sha256-edm8WG19kWozJ/GqyYx2VjW99EdhjKwbY3ZwdlPAAlo=",
  78. "owner": "NixOS",
  79. "repo": "nixpkgs",
  80. "rev": "d063c1dd113c91ab27959ba540c0d9753409edf3",
  81. "type": "github"
  82. },
  83. "original": {
  84. "owner": "NixOS",
  85. "ref": "nixos-24.05",
  86. "repo": "nixpkgs",
  87. "type": "github"
  88. }
  89. },
  90. "nixpkgs_2": {
  91. "locked": {
  92. "lastModified": 1730768919,
  93. "narHash": "sha256-8AKquNnnSaJRXZxc5YmF/WfmxiHX6MMZZasRP6RRQkE=",
  94. "owner": "NixOS",
  95. "repo": "nixpkgs",
  96. "rev": "a04d33c0c3f1a59a2c1cb0c6e34cd24500e5a1dc",
  97. "type": "github"
  98. },
  99. "original": {
  100. "owner": "NixOS",
  101. "ref": "nixpkgs-unstable",
  102. "repo": "nixpkgs",
  103. "type": "github"
  104. }
  105. },
  106. "pre-commit-hooks": {
  107. "inputs": {
  108. "flake-compat": "flake-compat",
  109. "gitignore": "gitignore",
  110. "nixpkgs": "nixpkgs_2",
  111. "nixpkgs-stable": "nixpkgs-stable"
  112. },
  113. "locked": {
  114. "lastModified": 1730814269,
  115. "narHash": "sha256-fWPHyhYE6xvMI1eGY3pwBTq85wcy1YXqdzTZF+06nOg=",
  116. "owner": "cachix",
  117. "repo": "pre-commit-hooks.nix",
  118. "rev": "d70155fdc00df4628446352fc58adc640cd705c2",
  119. "type": "github"
  120. },
  121. "original": {
  122. "owner": "cachix",
  123. "repo": "pre-commit-hooks.nix",
  124. "type": "github"
  125. }
  126. },
  127. "root": {
  128. "inputs": {
  129. "flake-utils": "flake-utils",
  130. "nixpkgs": "nixpkgs",
  131. "pre-commit-hooks": "pre-commit-hooks",
  132. "rust-overlay": "rust-overlay"
  133. }
  134. },
  135. "rust-overlay": {
  136. "inputs": {
  137. "nixpkgs": [
  138. "nixpkgs"
  139. ]
  140. },
  141. "locked": {
  142. "lastModified": 1731119076,
  143. "narHash": "sha256-2eVhmocCZHJlFAz6Mt3EwPdFFVAtGgIySJc1EHQVxcc=",
  144. "owner": "oxalica",
  145. "repo": "rust-overlay",
  146. "rev": "23c4b3ba5f806fcf25d5a3b6b54fa0d07854c032",
  147. "type": "github"
  148. },
  149. "original": {
  150. "owner": "oxalica",
  151. "repo": "rust-overlay",
  152. "type": "github"
  153. }
  154. },
  155. "systems": {
  156. "locked": {
  157. "lastModified": 1681028828,
  158. "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
  159. "owner": "nix-systems",
  160. "repo": "default",
  161. "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
  162. "type": "github"
  163. },
  164. "original": {
  165. "owner": "nix-systems",
  166. "repo": "default",
  167. "type": "github"
  168. }
  169. }
  170. },
  171. "root": "root",
  172. "version": 7
  173. }