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
|