# niv A tool for dealing with third-party packages in [Nix]. ## Building Inside the provided nix shell: ``` bash $ # GHCi: $ snack ghci $ # run: $ snack run -- ``` ## Usage * [Add](#add) * [Update](#update) * [Drop](#drop) ``` replace_niv_help ``` ### Add ``` replace_niv_add_help ``` ### Update ``` replace_niv_update_help ``` ### Drop ``` replace_niv_drop_help ``` [Nix]: https://nixos.org/nix/