update aliases
This commit is contained in:
parent
f4d9e17b60
commit
4ab78111a0
|
@ -96,6 +96,7 @@
|
|||
local pkg
|
||||
pkg="$1"
|
||||
shift
|
||||
echo "nix shell nixpkgs#$pkg"
|
||||
nix shell "nixpkgs#$pkg" "$@"
|
||||
}
|
||||
|
||||
|
@ -103,7 +104,8 @@
|
|||
local pkg
|
||||
pkg="$1"
|
||||
shift
|
||||
nix shell "unstable#$pkg" "$@"
|
||||
echo "nix shell unstable#$pkg --impure"
|
||||
nix shell "unstable#$pkg" "$@" --impure
|
||||
}
|
||||
|
||||
function spawn () {
|
||||
|
|
Reference in a new issue