Fix comment
This commit is contained in:
parent
0e8367d63c
commit
c7bf1a75d2
|
@ -101,7 +101,7 @@
|
||||||
});
|
});
|
||||||
|
|
||||||
# CORIOLIS_TOP must be set before execution
|
# 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);
|
defaultPackage = forAllSystems (system: self.packages.${system}.unicorn);
|
||||||
|
|
||||||
devShell = forAllSystems (system:
|
devShell = forAllSystems (system:
|
||||||
|
|
Loading…
Reference in New Issue