CI: .travis.yml: switch all builds to nixos-unstable

M  .travis.yml
This commit is contained in:
Anton-Latukha 2020-07-08 02:16:57 +03:00 committed by Anton Latukha
parent 3fb78fcc40
commit 7fae8fa962
1 changed files with 2 additions and 1 deletions

View File

@ -31,9 +31,10 @@ env:
### Additional documentation is in Nixpkgs Haskell.lib: https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/haskell-modules/lib.nix
###
#
# - rev=nixos-unstable
# - NIX_PATH="nixpkgs=https://github.com/nixos/nixpkgs/archive/$rev.tar.gz"
- project='hnix'
- useRev='true'
- rev='nixos-unstable'
- allowInconsistentDependencies='false'
- doJailbreak='false'
- doCheck='true'