ffffng/nix/node

7 lines
129 B
Bash
Executable file

#!/usr/bin/env bash
REPO=$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)
source "$REPO/nix/lib.inc.sh"
wrap node "$REPO" "$@"