flake.lock 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "nodes": {
  3. "flake-utils": {
  4. "locked": {
  5. "lastModified": 1676283394,
  6. "narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=",
  7. "owner": "numtide",
  8. "repo": "flake-utils",
  9. "rev": "3db36a8b464d0c4532ba1c7dda728f4576d6d073",
  10. "type": "github"
  11. },
  12. "original": {
  13. "owner": "numtide",
  14. "repo": "flake-utils",
  15. "type": "github"
  16. }
  17. },
  18. "nixpkgs": {
  19. "locked": {
  20. "lastModified": 1678470307,
  21. "narHash": "sha256-OEeMUr3ueLIXyW/OaFUX5jUdimyQwMg/7e+/Q0gC/QE=",
  22. "owner": "NixOS",
  23. "repo": "nixpkgs",
  24. "rev": "0c4800d579af4ed98ecc47d464a5e7b0870c4b1f",
  25. "type": "github"
  26. },
  27. "original": {
  28. "owner": "NixOS",
  29. "ref": "nixos-unstable",
  30. "repo": "nixpkgs",
  31. "type": "github"
  32. }
  33. },
  34. "root": {
  35. "inputs": {
  36. "flake-utils": "flake-utils",
  37. "nixpkgs": "nixpkgs"
  38. }
  39. }
  40. },
  41. "root": "root",
  42. "version": 7
  43. }