flake.lock 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "nodes": {
  3. "flake-utils": {
  4. "locked": {
  5. "lastModified": 1637014545,
  6. "narHash": "sha256-26IZAc5yzlD9FlDT54io1oqG/bBoyka+FJk5guaX4x4=",
  7. "owner": "numtide",
  8. "repo": "flake-utils",
  9. "rev": "bba5dcc8e0b20ab664967ad83d24d64cb64ec4f4",
  10. "type": "github"
  11. },
  12. "original": {
  13. "owner": "numtide",
  14. "repo": "flake-utils",
  15. "type": "github"
  16. }
  17. },
  18. "lowdown-src": {
  19. "flake": false,
  20. "locked": {
  21. "lastModified": 1633514407,
  22. "narHash": "sha256-Dw32tiMjdK9t3ETl5fzGrutQTzh2rufgZV4A/BbxuD4=",
  23. "owner": "kristapsdz",
  24. "repo": "lowdown",
  25. "rev": "d2c2b44ff6c27b936ec27358a2653caaef8f73b8",
  26. "type": "github"
  27. },
  28. "original": {
  29. "owner": "kristapsdz",
  30. "repo": "lowdown",
  31. "type": "github"
  32. }
  33. },
  34. "nix": {
  35. "inputs": {
  36. "lowdown-src": "lowdown-src",
  37. "nixpkgs": [
  38. "nixpkgs"
  39. ]
  40. },
  41. "locked": {
  42. "lastModified": 1637932864,
  43. "narHash": "sha256-jr85Z+0TA86mdsi3Y91wM3dFHWemmFHKdNwbx9rGz2U=",
  44. "owner": "NixOS",
  45. "repo": "nix",
  46. "rev": "55275fcc5966cfad80fb6dc77b8d8939a2f1b8e0",
  47. "type": "github"
  48. },
  49. "original": {
  50. "id": "nix",
  51. "type": "indirect"
  52. }
  53. },
  54. "nixpkgs": {
  55. "locked": {
  56. "lastModified": 1638036523,
  57. "narHash": "sha256-ZL6gogsuBmhBvIro+YwRKrypYhwVPCOOO7FmhOV/xyE=",
  58. "owner": "nixos",
  59. "repo": "nixpkgs",
  60. "rev": "9c191ebcdfe917043195c54ab6ae8e934434fe7b",
  61. "type": "github"
  62. },
  63. "original": {
  64. "owner": "nixos",
  65. "repo": "nixpkgs",
  66. "type": "github"
  67. }
  68. },
  69. "root": {
  70. "inputs": {
  71. "flake-utils": "flake-utils",
  72. "nix": "nix",
  73. "nixpkgs": "nixpkgs"
  74. }
  75. }
  76. },
  77. "root": "root",
  78. "version": 7
  79. }