flake.lock 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "nodes": {
  3. "nixlib": {
  4. "locked": {
  5. "lastModified": 1685840432,
  6. "narHash": "sha256-VJIbiKsY7Xy4E4WcgwUt/UiwYDmN5BAk8tngAjcWsqY=",
  7. "owner": "nix-community",
  8. "repo": "nixpkgs.lib",
  9. "rev": "961e99baaaa57f5f7042fe7ce089a88786c839f4",
  10. "type": "github"
  11. },
  12. "original": {
  13. "owner": "nix-community",
  14. "repo": "nixpkgs.lib",
  15. "type": "github"
  16. }
  17. },
  18. "nixos-generators": {
  19. "inputs": {
  20. "nixlib": "nixlib",
  21. "nixpkgs": [
  22. "nixpkgs"
  23. ]
  24. },
  25. "locked": {
  26. "lastModified": 1686644215,
  27. "narHash": "sha256-FYa25w7gt8FqzWLl4UuwLLG7BiKZiAW/PFGbXWW6UAc=",
  28. "owner": "nix-community",
  29. "repo": "nixos-generators",
  30. "rev": "f17fb67fc81a9f3b166cee711089466ba6617154",
  31. "type": "github"
  32. },
  33. "original": {
  34. "owner": "nix-community",
  35. "repo": "nixos-generators",
  36. "type": "github"
  37. }
  38. },
  39. "nixpkgs": {
  40. "locked": {
  41. "lastModified": 1686592866,
  42. "narHash": "sha256-riGg89eWhXJcPNrQGcSwTEEm7CGxWC06oSX44hajeMw=",
  43. "owner": "NixOS",
  44. "repo": "nixpkgs",
  45. "rev": "0eeebd64de89e4163f4d3cf34ffe925a5cf67a05",
  46. "type": "github"
  47. },
  48. "original": {
  49. "id": "nixpkgs",
  50. "ref": "nixos-unstable",
  51. "type": "indirect"
  52. }
  53. },
  54. "root": {
  55. "inputs": {
  56. "nixos-generators": "nixos-generators",
  57. "nixpkgs": "nixpkgs"
  58. }
  59. }
  60. },
  61. "root": "root",
  62. "version": 7
  63. }