From cf1a307ced5fd5c205cf40f399687684f2858e1d Mon Sep 17 00:00:00 2001 From: Elijah Caine Date: Thu, 14 Dec 2017 13:18:04 -0800 Subject: [PATCH] Added Nix Stack build note. Add the `--no-nix-pure` flag to forward environment variables. --- site/download.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/site/download.md b/site/download.md index 78abe8702..5beb9c1f8 100644 --- a/site/download.md +++ b/site/download.md @@ -109,6 +109,8 @@ The latest [master branch](https://github.com/simonmichael/hledger/commits/maste Cabal users can use the `cabal-install.sh` or `cabal.project` files instead. +Nix users taking advantage of Stack integration may need to use Stack's `--no-nix-pure` flag to build hledger. +