flake.lock 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "nodes": {
  3. "naersk": {
  4. "inputs": {
  5. "nixpkgs": "nixpkgs"
  6. },
  7. "locked": {
  8. "lastModified": 1690373729,
  9. "narHash": "sha256-e136hTT7LqQ2QjOTZQMW+jnsevWwBpMj78u6FRUsH9I=",
  10. "owner": "nix-community",
  11. "repo": "naersk",
  12. "rev": "d9a33d69a9c421d64c8d925428864e93be895dcc",
  13. "type": "github"
  14. },
  15. "original": {
  16. "owner": "nix-community",
  17. "ref": "master",
  18. "repo": "naersk",
  19. "type": "github"
  20. }
  21. },
  22. "nixpkgs": {
  23. "locked": {
  24. "lastModified": 1688231357,
  25. "narHash": "sha256-ZOn16X5jZ6X5ror58gOJAxPfFLAQhZJ6nOUeS4tfFwo=",
  26. "path": "/nix/store/aw6kmwd8a02n2c1wysrfk2q31brlmqdz-source",
  27. "rev": "645ff62e09d294a30de823cb568e9c6d68e92606",
  28. "type": "path"
  29. },
  30. "original": {
  31. "id": "nixpkgs",
  32. "type": "indirect"
  33. }
  34. },
  35. "nixpkgs_2": {
  36. "locked": {
  37. "lastModified": 1690593349,
  38. "narHash": "sha256-i6jdORO+YiP19pFNeR7oYIIwmzQvdxwNO+BmtATcYpA=",
  39. "owner": "NixOS",
  40. "repo": "nixpkgs",
  41. "rev": "11cf5e1c74fe6892e860afeeaf3bfb84fdb7b1c3",
  42. "type": "github"
  43. },
  44. "original": {
  45. "owner": "NixOS",
  46. "ref": "nixpkgs-unstable",
  47. "repo": "nixpkgs",
  48. "type": "github"
  49. }
  50. },
  51. "root": {
  52. "inputs": {
  53. "naersk": "naersk",
  54. "nixpkgs": "nixpkgs_2",
  55. "utils": "utils"
  56. }
  57. },
  58. "systems": {
  59. "locked": {
  60. "lastModified": 1681028828,
  61. "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
  62. "owner": "nix-systems",
  63. "repo": "default",
  64. "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
  65. "type": "github"
  66. },
  67. "original": {
  68. "owner": "nix-systems",
  69. "repo": "default",
  70. "type": "github"
  71. }
  72. },
  73. "utils": {
  74. "inputs": {
  75. "systems": "systems"
  76. },
  77. "locked": {
  78. "lastModified": 1689068808,
  79. "narHash": "sha256-6ixXo3wt24N/melDWjq70UuHQLxGV8jZvooRanIHXw0=",
  80. "owner": "numtide",
  81. "repo": "flake-utils",
  82. "rev": "919d646de7be200f3bf08cb76ae1f09402b6f9b4",
  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. }