diff options
-rw-r--r-- | conf.d/99-nix.zsh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf.d/99-nix.zsh b/conf.d/99-nix.zsh index 8871312..8b877a3 100644 --- a/conf.d/99-nix.zsh +++ b/conf.d/99-nix.zsh @@ -9,6 +9,8 @@ function with() { shift nix-shell -p "$PKG" --run "$@" } +alias niv='nix eval -f "<nixpkgs>"' + alias nic=nix-channel alias nis=nix-shell alias nie=nix-env |