mirror of
https://github.com/nmattia/niv.git
synced 2024-11-07 22:36:53 +03:00
Release 0.2.9
This commit is contained in:
parent
983e7a049a
commit
abd0de3269
@ -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`
|
||||
|
@ -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
|
||||
|
||||
|
@ -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>
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user