mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
11 lines
170 B
Plaintext
11 lines
170 B
Plaintext
#!@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
|