Add wrapper scripts for node / yarn on NixOS.
This commit is contained in:
parent
1967637d98
commit
7671bfd4d3
4 changed files with 23 additions and 0 deletions
6
nix/yarn
Executable file
6
nix/yarn
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
REPO=$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)
|
||||
source "$REPO/nix/lib.inc.sh"
|
||||
|
||||
wrap yarn "$REPO" "$@"
|
Loading…
Add table
Add a link
Reference in a new issue