CI: .travis.yml: add the disclaimer

M  .travis.yml
This commit is contained in:
Anton-Latukha 2020-06-23 18:41:56 +03:00
parent 59777e12b8
commit e1fa072f00
No known key found for this signature in database
GPG Key ID: 3D84C07E91802E41
1 changed files with 7 additions and 0 deletions

View File

@ -33,6 +33,13 @@ env:
# , nixos-unstable # nixpkgs-unstable that passes a bunch of base tests
# , nixos-20.03 # Last stable release, gets almost no updates to recipes, gets only required backports
# }
###
### NOTE: This configuration uses `build.sh` interface, which uses `default.nix` interface, which exposes the Nixpkgs Haskell Lib interface.
###
### Documentation of this settings is in `default.nix`,
### and the other part of keys explained in `build.sh`
###
#
# - rev=nixos-unstable
# # NOTE: Switching into Nixpkgs revision
# - NIX_PATH="nixpkgs=https://github.com/nixos/nixpkgs/archive/$rev.tar.gz"