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

Release 0.2.10

This commit is contained in:
Nicolas Mattia 2020-01-06 20:49:20 +01:00
parent 5170a6f3f3
commit 56e3f877ad
4 changed files with 9 additions and 6 deletions

View File

@ -1,10 +1,14 @@
# Changelog
## [0.2.9] 2019-12-00
## [0.2.10] 2020-01-06
## Changed
* The bundled `nix/sources.nix` is formatted with `nixpkgs-fmt`
## [0.2.9] 2019-12-17
## Changed
* `niv init` uses nixpkgs 19.09
## [0.2.8] 2019-12-00
## [0.2.8] 2019-12-09
## 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.9
version: 0.2.10
Usage: niv [-s|--sources-file FILE] COMMAND

View File

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

View File

@ -1,7 +1,6 @@
#!/usr/bin/env nix-shell
#!nix-shell -I nixpkgs=./nix
#!nix-shell -i bash -p cabal-install -p nix -p curl --pure
#!nix-shell --keep SSL_CERT_FILE
#!nix-shell -i bash -p cabal-install -p nix -p curl
# vim: filetype=sh
$(nix-build -A niv-cabal-upload) "$@"