d3b642ce9a
Theme can be specified either as a derivation or as a string, in which case it will be taken by name from a pre-defined set of themes available in nixpkgs.
11 lines
287 B
Text
11 lines
287 B
Text
#!@stdenv_shell@ -e
|
|
|
|
source @dfInit@
|
|
|
|
for i in dfhack.init-example dfhack-config/default hack/*; do
|
|
update_path "$i"
|
|
done
|
|
|
|
cd "$DF_DIR"
|
|
LD_LIBRARY_PATH="$env_dir/hack/libs:$env_dir/hack:$LD_LIBRARY_PATH" \
|
|
LD_PRELOAD=$env_dir/hack/libdfhack.so exec $env_dir/libs/Dwarf_Fortress "$@"
|