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

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 ### 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" # - NIX_PATH="nixpkgs=https://github.com/nixos/nixpkgs/archive/$rev.tar.gz"
- project='hnix' - project='hnix'
- useRev='true'
- rev='nixos-unstable'
- allowInconsistentDependencies='false' - allowInconsistentDependencies='false'
- doJailbreak='false' - doJailbreak='false'
- doCheck='true' - doCheck='true'