From c7bf1a75d233ff01bafc17e2c6439042a4fad96b Mon Sep 17 00:00:00 2001 From: Las Safin Date: Sun, 5 Sep 2021 14:17:19 +0000 Subject: [PATCH] Fix comment --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 055c7b8e..ce57afcc 100644 --- a/flake.nix +++ b/flake.nix @@ -101,7 +101,7 @@ }); # CORIOLIS_TOP must be set before execution - # example: CORIOLIS_TOP="$(mktemp -d)" && ./result/bin/cgt + # example: `env CORIOLIS_TOP="$(mktemp -d)" ./result/bin/cgt` defaultPackage = forAllSystems (system: self.packages.${system}.unicorn); devShell = forAllSystems (system: