From 507f7632b0b29a26f46c7758bfc47b5e0619cc78 Mon Sep 17 00:00:00 2001 From: Minijackson Date: Fri, 2 Jun 2023 18:23:01 +0200 Subject: treewide: limit usage of unstable packages --- common/commandline/zsh.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common/commandline/zsh.nix') diff --git a/common/commandline/zsh.nix b/common/commandline/zsh.nix index ed2993a..2fc8c87 100644 --- a/common/commandline/zsh.nix +++ b/common/commandline/zsh.nix @@ -11,8 +11,8 @@ in enable = true; interactiveShellInit = with lib; '' - source "${pkgs.unstable.grml-zsh-config}/etc/zsh/zshrc" - is4 && xsource "${pkgs.unstable.grml-zsh-config}/etc/zsh/keephack" + source "${pkgs.grml-zsh-config}/etc/zsh/zshrc" + is4 && xsource "${pkgs.grml-zsh-config}/etc/zsh/keephack" source "${pkgs.zsh-history-substring-search}/share/zsh-history-substring-search/zsh-history-substring-search.zsh" -- cgit v1.2.3