nixpkgs/pkgs/games/dwarf-fortress/wrapper/dwarf-fortress.in
Nikolay Amiantov d3b642ce9a dwarf-fortress-wrapper: add themes support
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.
2016-01-26 03:06:07 +03:00

7 lines
92 B
Plaintext

#!@stdenv_shell@ -e
source @dfInit@
cd "$DF_DIR"
exec "$env_dir/libs/Dwarf_Fortress" "$@"