adding pkgs in guix and the linux-run script

This commit is contained in:
Chris Cochrun 2023-06-29 09:31:56 -05:00
parent 6b8528702c
commit 8f36371452
4 changed files with 133 additions and 39 deletions

6
scripts/linux-run Executable file
View file

@ -0,0 +1,6 @@
#!/bin/sh
export LD_LIBRARY_PATH=$LIBRARY_PATH
RUNNER=$(find ~/.guix-profile/lib/ -name 'ld-linux-*.so*')
$RUNNER "$@"