From 7e0df68deee9825a8f3f0cc67dace04a26c4e52f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabi=C3=A1n=20Montero?= Date: Sat, 5 Nov 2022 11:23:09 -0600 Subject: [PATCH] =?UTF-8?q?a=C3=B1ade=20comando=20para=20usar=20paquetes?= =?UTF-8?q?=20unstable?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home/zshrc.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/zshrc.nix b/home/zshrc.nix index 12079cd..7d68f70 100644 --- a/home/zshrc.nix +++ b/home/zshrc.nix @@ -90,6 +90,10 @@ nix shell "nixpkgs#$1" } + function unuse() { + nix shell "unstable#$1" + } + function spawn () { if [ ! -x "$(command -v $1)" ] then