flake.lock 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "nodes": {
  3. "flake-utils": {
  4. "inputs": {
  5. "systems": "systems"
  6. },
  7. "locked": {
  8. "lastModified": 1681202837,
  9. "narHash": "sha256-H+Rh19JDwRtpVPAWp64F+rlEtxUWBAQW28eAi3SRSzg=",
  10. "owner": "numtide",
  11. "repo": "flake-utils",
  12. "rev": "cfacdce06f30d2b68473a46042957675eebb3401",
  13. "type": "github"
  14. },
  15. "original": {
  16. "owner": "numtide",
  17. "repo": "flake-utils",
  18. "type": "github"
  19. }
  20. },
  21. "nixpkgs": {
  22. "locked": {
  23. "lastModified": 1680487167,
  24. "narHash": "sha256-9FNIqrxDZgSliGGN2XJJSvcDYmQbgOANaZA4UWnTdg4=",
  25. "owner": "NixOS",
  26. "repo": "nixpkgs",
  27. "rev": "53dad94e874c9586e71decf82d972dfb640ef044",
  28. "type": "github"
  29. },
  30. "original": {
  31. "id": "nixpkgs",
  32. "type": "indirect"
  33. }
  34. },
  35. "root": {
  36. "inputs": {
  37. "flake-utils": "flake-utils",
  38. "nixpkgs": "nixpkgs"
  39. }
  40. },
  41. "systems": {
  42. "locked": {
  43. "lastModified": 1681028828,
  44. "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
  45. "owner": "nix-systems",
  46. "repo": "default",
  47. "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
  48. "type": "github"
  49. },
  50. "original": {
  51. "owner": "nix-systems",
  52. "repo": "default",
  53. "type": "github"
  54. }
  55. }
  56. },
  57. "root": "root",
  58. "version": 7
  59. }