1
1
mirror of https://github.com/nmattia/niv.git synced 2024-09-18 19:07:19 +03:00

Add CHANGELOG entry for 0.2.12

This commit is contained in:
Nicolas Mattia 2020-01-20 11:33:09 +01:00
parent 61b61d1e5f
commit a4b45b95e1

View File

@ -1,5 +1,14 @@
# Changelog
## [0.2.12] 2020-01-17
## Added
* Examples for building C++ libraries with niv
* Documentation for using niv from nixpkgs
## Changed
* Only depend on executables in `default.nix` (`-A niv`) for smaller closure
size
* Ensure `<nixpkgs>` is not evaluated in `sources.nix` unless necessary
## [0.2.11] 2020-01-07
## Changed
* Users can set custom `pkgs` when `import`ing `sources.nix`