flake.lock 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "nodes": {
  3. "crane": {
  4. "locked": {
  5. "lastModified": 1766774972,
  6. "narHash": "sha256-8qxEFpj4dVmIuPn9j9z6NTbU+hrcGjBOvaxTzre5HmM=",
  7. "owner": "ipetkov",
  8. "repo": "crane",
  9. "rev": "01bc1d404a51a0a07e9d8759cd50a7903e218c82",
  10. "type": "github"
  11. },
  12. "original": {
  13. "owner": "ipetkov",
  14. "repo": "crane",
  15. "type": "github"
  16. }
  17. },
  18. "flake-utils": {
  19. "inputs": {
  20. "systems": "systems"
  21. },
  22. "locked": {
  23. "lastModified": 1731533236,
  24. "narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
  25. "owner": "numtide",
  26. "repo": "flake-utils",
  27. "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
  28. "type": "github"
  29. },
  30. "original": {
  31. "owner": "numtide",
  32. "repo": "flake-utils",
  33. "type": "github"
  34. }
  35. },
  36. "nixpkgs": {
  37. "locked": {
  38. "lastModified": 1767242400,
  39. "narHash": "sha256-knFaYjeg7swqG1dljj1hOxfg39zrIy8pfGuicjm9s+o=",
  40. "owner": "NixOS",
  41. "repo": "nixpkgs",
  42. "rev": "c04833a1e584401bb63c1a63ddc51a71e6aa457a",
  43. "type": "github"
  44. },
  45. "original": {
  46. "owner": "NixOS",
  47. "ref": "nixpkgs-unstable",
  48. "repo": "nixpkgs",
  49. "type": "github"
  50. }
  51. },
  52. "root": {
  53. "inputs": {
  54. "crane": "crane",
  55. "flake-utils": "flake-utils",
  56. "nixpkgs": "nixpkgs",
  57. "rust-overlay": "rust-overlay"
  58. }
  59. },
  60. "rust-overlay": {
  61. "inputs": {
  62. "nixpkgs": [
  63. "nixpkgs"
  64. ]
  65. },
  66. "locked": {
  67. "lastModified": 1767236000,
  68. "narHash": "sha256-l4ftzyoD7XX0biEoTEwhOkFhvHhmggkVQyl2jEES0so=",
  69. "owner": "oxalica",
  70. "repo": "rust-overlay",
  71. "rev": "2be15c4abeba7ade2cf9bc4c17ab310441e533b9",
  72. "type": "github"
  73. },
  74. "original": {
  75. "owner": "oxalica",
  76. "repo": "rust-overlay",
  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. }