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": 1680498889,
  21. "narHash": "sha256-4nGFBm+oILOO6DPoKTPxVlfkZSxCOY4W25zSRHESK48=",
  22. "owner": "nixos",
  23. "repo": "nixpkgs",
  24. "rev": "799d153e4f316143a9db0eb869ecf44d8d4c0356",
  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": 1680488274,
  64. "narHash": "sha256-0vYMrZDdokVmPQQXtFpnqA2wEgCCUXf5a3dDuDVshn0=",
  65. "owner": "oxalica",
  66. "repo": "rust-overlay",
  67. "rev": "7ec2ff598a172c6e8584457167575b3a1a5d80d8",
  68. "type": "github"
  69. },
  70. "original": {
  71. "owner": "oxalica",
  72. "repo": "rust-overlay",
  73. "type": "github"
  74. }
  75. },
  76. "utils": {
  77. "locked": {
  78. "lastModified": 1678901627,
  79. "narHash": "sha256-U02riOqrKKzwjsxc/400XnElV+UtPUQWpANPlyazjH0=",
  80. "owner": "numtide",
  81. "repo": "flake-utils",
  82. "rev": "93a2b84fc4b70d9e089d029deacc3583435c2ed6",
  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. }