From d5f3c6c3d0cb3059e3bfb50e5acd89d3daca6879 Mon Sep 17 00:00:00 2001 From: Las Safin Date: Sun, 5 Sep 2021 12:20:50 +0000 Subject: [PATCH] Add comment about CORIOLIS_TOP --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index 65698764..0da6152c 100644 --- a/flake.nix +++ b/flake.nix @@ -95,6 +95,8 @@ } ); + # CORIOLIS_TOP must be set before execution + # example: CORIOLIS_TOP="$(mktemp -d)" && ./result/bin/cgt defaultPackage = forAllSystems (system: self.packages.${system}.unicorn); devShell = forAllSystems (system: