flake.lock 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "nodes": {
  3. "clanlib": {
  4. "inputs": {
  5. "flake-utils": [
  6. "flake-utils"
  7. ],
  8. "nixpkgs": [
  9. "nixpkgs"
  10. ]
  11. },
  12. "locked": {
  13. "lastModified": 1658510617,
  14. "narHash": "sha256-ByQ8DFXS01r5kxeogAehrJzSkBMWTVd+MPO6Mi9VZdY=",
  15. "owner": "grumbel",
  16. "repo": "clanlib-1.0",
  17. "rev": "19ec861d67a2ca3de35de9bdcda8ceebed9411a6",
  18. "type": "github"
  19. },
  20. "original": {
  21. "owner": "grumbel",
  22. "repo": "clanlib-1.0",
  23. "type": "github"
  24. }
  25. },
  26. "flake-utils": {
  27. "locked": {
  28. "lastModified": 1667395993,
  29. "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=",
  30. "owner": "numtide",
  31. "repo": "flake-utils",
  32. "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f",
  33. "type": "github"
  34. },
  35. "original": {
  36. "owner": "numtide",
  37. "repo": "flake-utils",
  38. "type": "github"
  39. }
  40. },
  41. "nixpkgs": {
  42. "locked": {
  43. "lastModified": 1667420999,
  44. "narHash": "sha256-NDz83NKuuEuonbhC5HnfhUpZsJQGmAWJr22snKGfhKs=",
  45. "owner": "NixOS",
  46. "repo": "nixpkgs",
  47. "rev": "4f09cfce9c1d54fb56b65125061a632849de1a49",
  48. "type": "github"
  49. },
  50. "original": {
  51. "owner": "NixOS",
  52. "ref": "nixos-22.05",
  53. "repo": "nixpkgs",
  54. "type": "github"
  55. }
  56. },
  57. "root": {
  58. "inputs": {
  59. "clanlib": "clanlib",
  60. "flake-utils": "flake-utils",
  61. "nixpkgs": "nixpkgs"
  62. }
  63. }
  64. },
  65. "root": "root",
  66. "version": 7
  67. }