From e68d58c5ddc191e80ecc2542cb466428e9ab4ba2 Mon Sep 17 00:00:00 2001 From: Felix Albrigtsen Date: Thu, 5 Oct 2023 17:32:21 +0200 Subject: [PATCH] zsh: add unstable nix-shell --- home/zsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/zsh.nix b/home/zsh.nix index 640db01..cb2a504 100644 --- a/home/zsh.nix +++ b/home/zsh.nix @@ -45,6 +45,7 @@ tree = "exa --tree --icons"; s = "nix-shell --run zsh"; sp = "nix-shell --run zsh -p"; + spu = "nix-shell -I nixpkgs=channel:nixos-unstable --run zsh -p"; em = "emacsclient -c"; emnw = "emacsclient -nw"; gst = "git status -sb";