flake.lock 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "nodes": {
  3. "flake-utils": {
  4. "locked": {
  5. "lastModified": 1644229661,
  6. "narHash": "sha256-1YdnJAsNy69bpcjuoKdOYQX0YxZBiCYZo4Twxerqv7k=",
  7. "owner": "numtide",
  8. "repo": "flake-utils",
  9. "rev": "3cecb5b042f7f209c56ffd8371b2711a290ec797",
  10. "type": "github"
  11. },
  12. "original": {
  13. "owner": "numtide",
  14. "repo": "flake-utils",
  15. "type": "github"
  16. }
  17. },
  18. "neovim-flake": {
  19. "inputs": {
  20. "flake-utils": "flake-utils",
  21. "nixpkgs": [
  22. "nixpkgs"
  23. ]
  24. },
  25. "locked": {
  26. "dir": "contrib",
  27. "lastModified": 1647818703,
  28. "narHash": "sha256-OY2R0lA0pp+GRTR7A9Y28LerMGSFJWvku/wgxpRXDl8=",
  29. "owner": "neovim",
  30. "repo": "neovim",
  31. "rev": "e9b53f3fb56e91a0d4f15bb36d8068bcc6ea88cf",
  32. "type": "github"
  33. },
  34. "original": {
  35. "dir": "contrib",
  36. "owner": "neovim",
  37. "repo": "neovim",
  38. "type": "github"
  39. }
  40. },
  41. "nixpkgs": {
  42. "locked": {
  43. "lastModified": 1647350163,
  44. "narHash": "sha256-OcMI+PFEHTONthXuEQNddt16Ml7qGvanL3x8QOl2Aao=",
  45. "owner": "NixOS",
  46. "repo": "nixpkgs",
  47. "rev": "3eb07eeafb52bcbf02ce800f032f18d666a9498d",
  48. "type": "github"
  49. },
  50. "original": {
  51. "id": "nixpkgs",
  52. "type": "indirect"
  53. }
  54. },
  55. "root": {
  56. "inputs": {
  57. "neovim-flake": "neovim-flake",
  58. "nixpkgs": "nixpkgs"
  59. }
  60. }
  61. },
  62. "root": "root",
  63. "version": 7
  64. }