flake.lock 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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": 1683535585,
  24. "narHash": "sha256-ND6gCDEfuMNsaJlZQzEbl6hTGrAzURtLoZoGR5dJaCw=",
  25. "owner": "nixos",
  26. "repo": "nixpkgs",
  27. "rev": "d9b8ae36f31046dbcf05b6cdc45e860bf19b0b7e",
  28. "type": "github"
  29. },
  30. "original": {
  31. "owner": "nixos",
  32. "ref": "nixpkgs-unstable",
  33. "repo": "nixpkgs",
  34. "type": "github"
  35. }
  36. },
  37. "root": {
  38. "inputs": {
  39. "flake-utils": "flake-utils",
  40. "nixpkgs": "nixpkgs"
  41. }
  42. },
  43. "systems": {
  44. "locked": {
  45. "lastModified": 1681028828,
  46. "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
  47. "owner": "nix-systems",
  48. "repo": "default",
  49. "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
  50. "type": "github"
  51. },
  52. "original": {
  53. "owner": "nix-systems",
  54. "repo": "default",
  55. "type": "github"
  56. }
  57. }
  58. },
  59. "root": "root",
  60. "version": 7
  61. }