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

Release 0.2.9

This commit is contained in:
Nicolas Mattia 2019-12-17 23:39:35 +01:00
parent 983e7a049a
commit abd0de3269
4 changed files with 9 additions and 3 deletions

View File

@ -1,5 +1,9 @@
# Changelog
## [0.2.9] 2019-12-00
## Changed
* `niv init` uses nixpkgs 19.09
## [0.2.8] 2019-12-00
## Changed
* Fixed message in `niv init` with custom `sources.json`

View File

@ -199,7 +199,7 @@ $ niv update ghc -v 8.6.2
```
niv - dependency manager for Nix projects
version: 0.2.8
version: 0.2.9
Usage: niv [-s|--sources-file FILE] COMMAND

View File

@ -1,5 +1,5 @@
name: niv
version: 0.2.8
version: 0.2.9
license: MIT
author: Nicolas Mattia <nicolas@nmattia.com>
maintainer: Nicolas Mattia <nicolas@nmattia.com>

View File

@ -2,10 +2,12 @@
#!nix-shell -i bash
#!nix-shell -I nixpkgs=./nix
#!nix-shell -p nix
#!nix-shell --keep SSL_CERT_FILE
#!nix-shell --keep GITHUB_TOKEN
#!nix-shell --pure
unset NIX_SSL_CERT_FILE
unset SSL_CERT_FILE
set -euo pipefail
echo "Updating README"