mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
AFKCommands fully working
This commit is contained in:
parent
c2beebcabf
commit
a3675515d8
3 changed files with 22 additions and 12 deletions
|
|
@ -6,8 +6,8 @@
|
|||
let
|
||||
wrapper = ''
|
||||
#!/bin/sh
|
||||
LD_LIBRARY_PATH=${stdenv.cc.cc.lib}/lib/:${glibc}/lib/:/run/opengl-driver/lib/ \
|
||||
${glibc}/lib64/ld-linux-x86-64.so.2 \
|
||||
export LD_LIBRARY_PATH=${stdenv.cc.cc.lib}/lib/:${glibc}/lib/:/run/opengl-driver/lib/
|
||||
exec ${glibc}/lib64/ld-linux-x86-64.so.2 \
|
||||
$out/t-rex --no-watchdog \$@
|
||||
'';
|
||||
in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue