From cf5cff3f2af9bb88d5ca36f7b4840a3f0c58eb78 Mon Sep 17 00:00:00 2001 From: Anton-Latukha Date: Tue, 23 Jun 2020 18:49:29 +0300 Subject: [PATCH] CI: build.sh: add setting section disclaimer M build.sh --- build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.sh b/build.sh index f52234e..e1598f3 100755 --- a/build.sh +++ b/build.sh @@ -5,6 +5,8 @@ # NOTE: The most strict error checking requirements set -Eexuo pipefail +### NOTE: Section handles imports from env, these are settings for Nixpkgs. + # NOTE: If var not imported - set to the default value GHCVERSION=${GHCVERSION:-'ghc8101'} # NOTE: Nix by default uses nixpkgs-unstable channel