flake.lock 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "nodes": {
  3. "flake-parts": {
  4. "inputs": {
  5. "nixpkgs-lib": "nixpkgs-lib"
  6. },
  7. "locked": {
  8. "lastModified": 1765835352,
  9. "narHash": "sha256-XswHlK/Qtjasvhd1nOa1e8MgZ8GS//jBoTqWtrS1Giw=",
  10. "owner": "hercules-ci",
  11. "repo": "flake-parts",
  12. "rev": "a34fae9c08a15ad73f295041fec82323541400a9",
  13. "type": "github"
  14. },
  15. "original": {
  16. "owner": "hercules-ci",
  17. "repo": "flake-parts",
  18. "type": "github"
  19. }
  20. },
  21. "nixpkgs": {
  22. "locked": {
  23. "lastModified": 1766651565,
  24. "narHash": "sha256-QEhk0eXgyIqTpJ/ehZKg9IKS7EtlWxF3N7DXy42zPfU=",
  25. "owner": "NixOS",
  26. "repo": "nixpkgs",
  27. "rev": "3e2499d5539c16d0d173ba53552a4ff8547f4539",
  28. "type": "github"
  29. },
  30. "original": {
  31. "owner": "NixOS",
  32. "ref": "nixos-unstable",
  33. "repo": "nixpkgs",
  34. "type": "github"
  35. }
  36. },
  37. "nixpkgs-lib": {
  38. "locked": {
  39. "lastModified": 1765674936,
  40. "narHash": "sha256-k00uTP4JNfmejrCLJOwdObYC9jHRrr/5M/a/8L2EIdo=",
  41. "owner": "nix-community",
  42. "repo": "nixpkgs.lib",
  43. "rev": "2075416fcb47225d9b68ac469a5c4801a9c4dd85",
  44. "type": "github"
  45. },
  46. "original": {
  47. "owner": "nix-community",
  48. "repo": "nixpkgs.lib",
  49. "type": "github"
  50. }
  51. },
  52. "root": {
  53. "inputs": {
  54. "flake-parts": "flake-parts",
  55. "nixpkgs": "nixpkgs"
  56. }
  57. }
  58. },
  59. "root": "root",
  60. "version": 7
  61. }