22 months ago
add basic nix alternative for stubs
#!/bin/sh set -eu nix_ref='nixpkgs#just' install_it() { bina_install "casey/just" # cargo install just } # This can probably be removed next time you look here export JUST_CHOOSER="fzf --preview 'just --show {}'" . ~/.lib/sh/stubexec.sh