zsh: Use zsh-nix-shell from nixpkgs

pull/30/head
Simon Bruder 2021-01-03 13:08:19 +01:00
parent fb173f06ad
commit 73a02913fc
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 1 additions and 6 deletions

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