1
1
mirror of https://github.com/nmattia/niv.git synced 2024-09-16 01:47:08 +03:00

Merge pull request #188 from nmattia/nm-changelog-0.2.12

Add CHANGELOG entry for 0.2.12
This commit is contained in:
Nicolas Mattia 2020-01-20 11:48:05 +01:00 committed by GitHub
commit c396d697f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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`