From e1fa072f001f094a987129e479167acd0934e49e Mon Sep 17 00:00:00 2001 From: Anton-Latukha Date: Tue, 23 Jun 2020 18:41:56 +0300 Subject: [PATCH] CI: .travis.yml: add the disclaimer M .travis.yml --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml index 13382bd..95de683 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"