flake.lock 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "nodes": {
  3. "flake-utils": {
  4. "locked": {
  5. "lastModified": 1656065134,
  6. "narHash": "sha256-oc6E6ByIw3oJaIyc67maaFcnjYOz1mMcOtHxbEf9NwQ=",
  7. "owner": "numtide",
  8. "repo": "flake-utils",
  9. "rev": "bee6a7250dd1b01844a2de7e02e4df7d8a0a206c",
  10. "type": "github"
  11. },
  12. "original": {
  13. "owner": "numtide",
  14. "repo": "flake-utils",
  15. "type": "github"
  16. }
  17. },
  18. "nixpkgs": {
  19. "locked": {
  20. "lastModified": 1657693803,
  21. "narHash": "sha256-G++2CJ9u0E7NNTAi9n5G8TdDmGJXcIjkJ3NF8cetQB8=",
  22. "owner": "nixos",
  23. "repo": "nixpkgs",
  24. "rev": "365e1b3a859281cf11b94f87231adeabbdd878a2",
  25. "type": "github"
  26. },
  27. "original": {
  28. "owner": "nixos",
  29. "ref": "nixos-22.05",
  30. "repo": "nixpkgs",
  31. "type": "github"
  32. }
  33. },
  34. "nixpkgs_2": {
  35. "locked": {
  36. "lastModified": 1656401090,
  37. "narHash": "sha256-bUS2nfQsvTQW2z8SK7oEFSElbmoBahOPtbXPm0AL3I4=",
  38. "owner": "NixOS",
  39. "repo": "nixpkgs",
  40. "rev": "16de63fcc54e88b9a106a603038dd5dd2feb21eb",
  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": 1657853760,
  64. "narHash": "sha256-X6ERAyUXGsrhbhgkxNaQl40wcus5uyQZOCxUh5neK+g=",
  65. "owner": "oxalica",
  66. "repo": "rust-overlay",
  67. "rev": "a97a761cc11327bb109dc30af1c637b986be7959",
  68. "type": "github"
  69. },
  70. "original": {
  71. "owner": "oxalica",
  72. "repo": "rust-overlay",
  73. "type": "github"
  74. }
  75. },
  76. "utils": {
  77. "locked": {
  78. "lastModified": 1656928814,
  79. "narHash": "sha256-RIFfgBuKz6Hp89yRr7+NR5tzIAbn52h8vT6vXkYjZoM=",
  80. "owner": "numtide",
  81. "repo": "flake-utils",
  82. "rev": "7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249",
  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. }