1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2025-03-16 13:28:16 +00:00
nix-darwin/pkgs/nix-tools/darwin-option.sh

13 lines
136 B
Bash
Raw Normal View History

2016-12-12 17:34:43 +01:00
#! @shell@
set -e
set -o pipefail
export PATH=@path@:$PATH
showSyntax() {
echo "$0: not implemented" >&2
exit 1
}
showSyntax