@hackage nix-thunk0.2.0.0
Lightweight dependency management with Nix
Installation
Dependencies (29)
- aeson >=1.4.4.0 && <1.5
- aeson-pretty >=0.8.7 && <0.9
- base >=4.12.0.0 && <4.13
- bytestring >=0.10.8.2 && <0.11
- cli-extras >=0.1.0.0 && <0.2
- cli-git >=0.1.0.0 && <0.2 Show all…
Dependents (0)
nix-thunk lets you manage source code depencies in a lightweight and reproducible way, using Nix. Each source repository is represented by a stub directory, which refers to the original Git repository. nix-thunk can easily update these dependencies.
If you need to make improvements to the original repositories, nix-thunk can unpack them in-place, so that changes can be tested right away, and then pack them back up when you're done. This makes it easy to send a pull request to the upstream repo while your project continues on a fork, then switch back to upstream once your pull request has been merged.