Skip to content

Commit

Permalink
home-manager/zsh: any-nix-shell -> nix-your-shell
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada committed Dec 31, 2024
1 parent f5cef57 commit 5d704c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/home-manager/cli/zsh/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -177,10 +177,10 @@ in
fpath+=(${pkgs.pure-prompt}/share/zsh/site-functions)
source ${pkgs.pure-prompt}/share/zsh/site-functions/prompt_pure_setup
# any-nix-shell
# nix-your-shell
source ${
pkgs.runCommand "any-nix-shell-zsh" { buildInputs = [ pkgs.any-nix-shell ]; } ''
any-nix-shell zsh > $out
pkgs.runCommand "any-nix-shell-zsh" { buildInputs = [ pkgs.nix-your-shell ]; } ''
nix-your-shell --absolute zsh > $out
''
}
Expand Down

0 comments on commit 5d704c5

Please sign in to comment.