What is Nostr?
Ludovic Courtès /
npub15te…zz7y
2024-10-07 09:32:33

Ludovic Courtès on Nostr: # #Guix trick borrowed from Nix folks: the comma shell function, # fitting in a ...

# #Guix trick borrowed from Nix folks: the comma shell function,
# fitting in a single toot, with comments.
#
# Run then given command via 'guix shell'.
function ,
{
pkg_ver="$(set -o pipefail; guix locate "$1" | grep /bin/ | head -1 | cut -f1)"
pkg="$(echo $pkg_ver | cut -d@ -f1)"
test -n "$pkg" && guix shell "$pkg" -- "$@"
}
Author Public Key
npub15teuvnz55q44z0xlq33dh02x7das02u79dxpah6fmaj9c5g70nwsqdzz7y