Add comment about CORIOLIS_TOP
This commit is contained in:
parent
33a847c117
commit
d5f3c6c3d0
|
@ -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);
|
defaultPackage = forAllSystems (system: self.packages.${system}.unicorn);
|
||||||
|
|
||||||
devShell = forAllSystems (system:
|
devShell = forAllSystems (system:
|
||||||
|
|
Loading…
Reference in New Issue