From 5c973296af38741aec0c240f494c5e50e34179bb Mon Sep 17 00:00:00 2001 From: rotterdam Date: Wed, 8 Mar 2023 22:02:16 -0300 Subject: [PATCH] any-nix-shell replaces by nix-your-shell --- hosts/common/packages.nix | 2 +- users/common/programs.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/common/packages.nix b/hosts/common/packages.nix index 831eb4e..f66023c 100644 --- a/hosts/common/packages.nix +++ b/hosts/common/packages.nix @@ -4,7 +4,6 @@ nixpkgs.config.allowUnfree = true; environment.systemPackages = with pkgs; [ - any-nix-shell bind btop comma @@ -12,6 +11,7 @@ lazydocker micro neofetch + nix-your-shell sysz tmux tree diff --git a/users/common/programs.nix b/users/common/programs.nix index a2bf4d4..4c4acb5 100644 --- a/users/common/programs.nix +++ b/users/common/programs.nix @@ -40,7 +40,7 @@ fish = { enable = true; interactiveShellInit = "any-nix-shell fish --info-right | source"; - loginShellInit = "any-nix-shell fish --info-right | source"; + loginShellInit = "nix-your-shell fish --info-right | source"; shellAliases = { nano = "micro"; wget = "wget --hsts-file=\"$XDG_DATA_HOME/wget-hsts\"";