flake.lock 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "nodes": {
  3. "flake-parts": {
  4. "inputs": {
  5. "nixpkgs-lib": "nixpkgs-lib"
  6. },
  7. "locked": {
  8. "lastModified": 1719994518,
  9. "narHash": "sha256-pQMhCCHyQGRzdfAkdJ4cIWiw+JNuWsTX7f0ZYSyz0VY=",
  10. "owner": "hercules-ci",
  11. "repo": "flake-parts",
  12. "rev": "9227223f6d922fee3c7b190b2cc238a99527bbb7",
  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": 1721379653,
  24. "narHash": "sha256-8MUgifkJ7lkZs3u99UDZMB4kbOxvMEXQZ31FO3SopZ0=",
  25. "owner": "NixOS",
  26. "repo": "nixpkgs",
  27. "rev": "1d9c2c9b3e71b9ee663d11c5d298727dace8d374",
  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": 1719876945,
  40. "narHash": "sha256-Fm2rDDs86sHy0/1jxTOKB1118Q0O3Uc7EC0iXvXKpbI=",
  41. "type": "tarball",
  42. "url": "https://github.com/NixOS/nixpkgs/archive/5daf0514482af3f97abaefc78a6606365c9108e2.tar.gz"
  43. },
  44. "original": {
  45. "type": "tarball",
  46. "url": "https://github.com/NixOS/nixpkgs/archive/5daf0514482af3f97abaefc78a6606365c9108e2.tar.gz"
  47. }
  48. },
  49. "root": {
  50. "inputs": {
  51. "flake-parts": "flake-parts",
  52. "nixpkgs": "nixpkgs"
  53. }
  54. }
  55. },
  56. "root": "root",
  57. "version": 7
  58. }