1
1
mirror of https://github.com/nmattia/niv.git synced 2024-11-25 09:56:49 +03:00

Release 0.2.11

This commit is contained in:
Nicolas Mattia 2020-01-07 15:29:59 +01:00
parent 0e460c49de
commit 1cf0ebaa7f
5 changed files with 6 additions and 10 deletions

View File

@ -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`

View File

@ -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

View File

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

View File

@ -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

View File

@ -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