zsh: Use zsh-nix-shell from nixpkgs

This commit is contained in:
Simon Bruder 2021-01-03 13:08:19 +01:00
parent fb173f06ad
commit 73a02913fc
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

@ -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 = {