añade comando use
This commit is contained in:
parent
a6c63d068e
commit
c918dac763
|
@ -90,6 +90,10 @@
|
||||||
nix shell 'system#shenvs.'"$1"
|
nix shell 'system#shenvs.'"$1"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function use() {
|
||||||
|
nix shell "nixpkgs#$1"
|
||||||
|
}
|
||||||
|
|
||||||
function spawn () {
|
function spawn () {
|
||||||
if [ ! -x "$(command -v $1)" ]
|
if [ ! -x "$(command -v $1)" ]
|
||||||
then
|
then
|
||||||
|
|
Loading…
Reference in a new issue