añade comando use

This commit is contained in:
Fabián Montero 2022-04-08 19:54:11 -06:00
parent a6c63d068e
commit c918dac763

View file

@ -90,6 +90,10 @@
nix shell 'system#shenvs.'"$1"
}
function use() {
nix shell "nixpkgs#$1"
}
function spawn () {
if [ ! -x "$(command -v $1)" ]
then