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:
parent
0e460c49de
commit
1cf0ebaa7f
@ -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`
|
||||
|
@ -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
|
||||
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user