From 601659af163ef81e4e9d219483330a4408e4a63e Mon Sep 17 00:00:00 2001 From: Anton-Latukha Date: Wed, 24 Jun 2020 03:08:35 +0300 Subject: [PATCH] CI: default.nix: upd header disclamer M build.sh --- build.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 5c9f117..51e68ba 100755 --- a/build.sh +++ b/build.sh @@ -6,8 +6,10 @@ set -Eexuo pipefail ### NOTE: Section handles imports from env, these are settings for Nixpkgs. -# Settings expose most of the Nixpkgs Haskell.lib API: https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/haskell-modules/lib.nix -# Some of these options implicitly switch the dependent options. +### They use the `default.nix` interface, which exposes expose most of the Nixpkgs Haskell.lib API: https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/haskell-modules/lib.nix +### Some of these options implicitly switch the dependent options. +### Documentation of this settings is mosly in `default.nix`, since most settings it Nixpkgs related +### Additional documentation is in Nixpkgs Haskell.lib: https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/haskell-modules/lib.nix # NOTE: If vars not imported - set to the default value