flake.lock 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "nodes": {
  3. "fenix": {
  4. "inputs": {
  5. "nixpkgs": [
  6. "nixpkgs"
  7. ],
  8. "rust-analyzer-src": "rust-analyzer-src"
  9. },
  10. "locked": {
  11. "lastModified": 1700806945,
  12. "narHash": "sha256-mV25HkKFHDmjp+FEmneLYaRCB7wHOGuZlDFdHUCKAJI=",
  13. "owner": "nix-community",
  14. "repo": "fenix",
  15. "rev": "7ab9ec16d364b564da3aa0e73887b0af133eef59",
  16. "type": "github"
  17. },
  18. "original": {
  19. "owner": "nix-community",
  20. "repo": "fenix",
  21. "type": "github"
  22. }
  23. },
  24. "flake-utils": {
  25. "inputs": {
  26. "systems": "systems"
  27. },
  28. "locked": {
  29. "lastModified": 1694529238,
  30. "narHash": "sha256-zsNZZGTGnMOf9YpHKJqMSsa0dXbfmxeoJ7xHlrt+xmY=",
  31. "owner": "numtide",
  32. "repo": "flake-utils",
  33. "rev": "ff7b65b44d01cf9ba6a71320833626af21126384",
  34. "type": "github"
  35. },
  36. "original": {
  37. "id": "flake-utils",
  38. "type": "indirect"
  39. }
  40. },
  41. "nixpkgs": {
  42. "locked": {
  43. "lastModified": 1700794826,
  44. "narHash": "sha256-RyJTnTNKhO0yqRpDISk03I/4A67/dp96YRxc86YOPgU=",
  45. "owner": "NixOS",
  46. "repo": "nixpkgs",
  47. "rev": "5a09cb4b393d58f9ed0d9ca1555016a8543c2ac8",
  48. "type": "github"
  49. },
  50. "original": {
  51. "id": "nixpkgs",
  52. "ref": "nixos-unstable",
  53. "type": "indirect"
  54. }
  55. },
  56. "root": {
  57. "inputs": {
  58. "fenix": "fenix",
  59. "flake-utils": "flake-utils",
  60. "nixpkgs": "nixpkgs"
  61. }
  62. },
  63. "rust-analyzer-src": {
  64. "flake": false,
  65. "locked": {
  66. "lastModified": 1700744506,
  67. "narHash": "sha256-zE+ncUiKUJjMYVgvLsRnphyk+lPB4fta+4eiXKz4t4I=",
  68. "owner": "rust-lang",
  69. "repo": "rust-analyzer",
  70. "rev": "cccc7ca2c630865239f68af480878824041c7c05",
  71. "type": "github"
  72. },
  73. "original": {
  74. "owner": "rust-lang",
  75. "ref": "nightly",
  76. "repo": "rust-analyzer",
  77. "type": "github"
  78. }
  79. },
  80. "systems": {
  81. "locked": {
  82. "lastModified": 1681028828,
  83. "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
  84. "owner": "nix-systems",
  85. "repo": "default",
  86. "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
  87. "type": "github"
  88. },
  89. "original": {
  90. "owner": "nix-systems",
  91. "repo": "default",
  92. "type": "github"
  93. }
  94. }
  95. },
  96. "root": "root",
  97. "version": 7
  98. }