diff --git a/CHANGELOG.md b/CHANGELOG.md index c89bd17..af6dbbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [0.2.11] 2020-01-07 +## Changed +* Users can set custom `pkgs` when `import`ing `sources.nix` + ## [0.2.10] 2020-01-06 ## Changed * The bundled `nix/sources.nix` is formatted with `nixpkgs-fmt` diff --git a/README.md b/README.md index fb936a9..375669b 100644 --- a/README.md +++ b/README.md @@ -199,7 +199,7 @@ $ niv update ghc -v 8.6.2 ``` niv - dependency manager for Nix projects -version: 0.2.10 +version: 0.2.11 Usage: niv [-s|--sources-file FILE] COMMAND diff --git a/package.yaml b/package.yaml index cfd2326..5e43b7b 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: niv -version: 0.2.10 +version: 0.2.11 license: MIT author: Nicolas Mattia maintainer: Nicolas Mattia diff --git a/script/gen b/script/gen index 82daec0..75a53e4 100755 --- a/script/gen +++ b/script/gen @@ -3,10 +3,6 @@ #!nix-shell -I nixpkgs=./nix #!nix-shell -p nix #!nix-shell --keep GITHUB_TOKEN -#!nix-shell --pure - -unset NIX_SSL_CERT_FILE -unset SSL_CERT_FILE set -euo pipefail diff --git a/script/test b/script/test index 381f293..08b192e 100755 --- a/script/test +++ b/script/test @@ -3,10 +3,6 @@ #!nix-shell -I nixpkgs=./nix #!nix-shell -p nix #!nix-shell -p nixpkgs-fmt -#!nix-shell --pure - -unset NIX_SSL_CERT_FILE -unset SSL_CERT_FILE set -euo pipefail