flake.lock 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "nodes": {
  3. "flake-utils": {
  4. "locked": {
  5. "lastModified": 1659877975,
  6. "narHash": "sha256-zllb8aq3YO3h8B/U0/J1WBgAL8EX5yWf5pMj3G0NAmc=",
  7. "owner": "numtide",
  8. "repo": "flake-utils",
  9. "rev": "c0e246b9b83f637f4681389ecabcb2681b4f3af0",
  10. "type": "github"
  11. },
  12. "original": {
  13. "owner": "numtide",
  14. "repo": "flake-utils",
  15. "type": "github"
  16. }
  17. },
  18. "nixpkgs": {
  19. "locked": {
  20. "lastModified": 1673800717,
  21. "narHash": "sha256-SFHraUqLSu5cC6IxTprex/nTsI81ZQAtDvlBvGDWfnA=",
  22. "owner": "nixos",
  23. "repo": "nixpkgs",
  24. "rev": "2f9fd351ec37f5d479556cd48be4ca340da59b8f",
  25. "type": "github"
  26. },
  27. "original": {
  28. "owner": "nixos",
  29. "ref": "nixos-22.11",
  30. "repo": "nixpkgs",
  31. "type": "github"
  32. }
  33. },
  34. "nixpkgs_2": {
  35. "locked": {
  36. "lastModified": 1665296151,
  37. "narHash": "sha256-uOB0oxqxN9K7XGF1hcnY+PQnlQJ+3bP2vCn/+Ru/bbc=",
  38. "owner": "NixOS",
  39. "repo": "nixpkgs",
  40. "rev": "14ccaaedd95a488dd7ae142757884d8e125b3363",
  41. "type": "github"
  42. },
  43. "original": {
  44. "owner": "NixOS",
  45. "ref": "nixpkgs-unstable",
  46. "repo": "nixpkgs",
  47. "type": "github"
  48. }
  49. },
  50. "root": {
  51. "inputs": {
  52. "nixpkgs": "nixpkgs",
  53. "rust-overlay": "rust-overlay",
  54. "utils": "utils"
  55. }
  56. },
  57. "rust-overlay": {
  58. "inputs": {
  59. "flake-utils": "flake-utils",
  60. "nixpkgs": "nixpkgs_2"
  61. },
  62. "locked": {
  63. "lastModified": 1674008920,
  64. "narHash": "sha256-ugwPxKjvmJ5GpzN/MHg8tuhe8nYi3SbJm5nWNy7CB0Q=",
  65. "owner": "oxalica",
  66. "repo": "rust-overlay",
  67. "rev": "eecc44934a0f6c02c02856b38bd3b6af3bec0870",
  68. "type": "github"
  69. },
  70. "original": {
  71. "owner": "oxalica",
  72. "repo": "rust-overlay",
  73. "type": "github"
  74. }
  75. },
  76. "utils": {
  77. "locked": {
  78. "lastModified": 1667395993,
  79. "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=",
  80. "owner": "numtide",
  81. "repo": "flake-utils",
  82. "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f",
  83. "type": "github"
  84. },
  85. "original": {
  86. "owner": "numtide",
  87. "repo": "flake-utils",
  88. "type": "github"
  89. }
  90. }
  91. },
  92. "root": "root",
  93. "version": 7
  94. }