zsh: Use zsh-nix-shell from nixpkgs
This commit is contained in:
parent
fb173f06ad
commit
73a02913fc
|
@ -26,12 +26,7 @@ in
|
|||
{
|
||||
name = "zsh-nix-shell";
|
||||
file = "nix-shell.plugin.zsh";
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "chisui";
|
||||
repo = "zsh-nix-shell";
|
||||
rev = "v0.1.0";
|
||||
sha256 = "0snhch9hfy83d4amkyxx33izvkhbwmindy0zjjk28hih1a9l2jmx";
|
||||
};
|
||||
src = pkgs.zsh-nix-shell;
|
||||
}
|
||||
];
|
||||
shellAliases = {
|
||||
|
|
Loading…
Reference in a new issue