mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-15 14:26:33 +01:00
10 lines
170 B
Text
10 lines
170 B
Text
#!@stdenv_shell@ -e
|
|
|
|
export NIXPKGS_DF_EXE="soundsense/soundSense.sh"
|
|
source @dfInit@
|
|
|
|
for path in soundsense/*; do
|
|
update_path "$path"
|
|
done
|
|
|
|
PATH="@jre@/bin:$PATH" go
|