aboutsummaryrefslogtreecommitdiff
path: root/.local
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2023-06-08 18:33:27 -0400
committertdro <tdro@users.noreply.github.com>2023-06-08 18:33:27 -0400
commit4c3f1dae67f5df2986fdfd5cdb97d7c5bd69f3d6 (patch)
treedea7031d549bc36065977592573aaf4ecae02242 /.local
parent3fae4c9b1631fed9ce8ac8c73c78d47477dfc6ed (diff)
downloaddotfiles-4c3f1dae67f5df2986fdfd5cdb97d7c5bd69f3d6.tar.gz
dotfiles-4c3f1dae67f5df2986fdfd5cdb97d7c5bd69f3d6.tar.bz2
dotfiles-4c3f1dae67f5df2986fdfd5cdb97d7c5bd69f3d6.zip
.config/nixpkgs: Sync to latest unstable
Wrap guile bindings
Diffstat (limited to '.local')
-rwxr-xr-x.local/bin/wrappers/guile2
1 files changed, 2 insertions, 0 deletions
diff --git a/.local/bin/wrappers/guile b/.local/bin/wrappers/guile
new file mode 100755
index 0000000..1a5b4d8
--- /dev/null
+++ b/.local/bin/wrappers/guile
@@ -0,0 +1,2 @@
+#!/bin/sh -eu
+HOME=$HOME/.config && $(which guile --all | grep --invert-match "local/bin" | head --lines 1) "$@";