From 73a02913fc79ca15aad764beaa4525a3130d43d9 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sun, 3 Jan 2021 13:08:19 +0100 Subject: [PATCH] zsh: Use zsh-nix-shell from nixpkgs --- users/simon/modules/zsh.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/users/simon/modules/zsh.nix b/users/simon/modules/zsh.nix index a6dafa8..7a873b9 100644 --- a/users/simon/modules/zsh.nix +++ b/users/simon/modules/zsh.nix @@ -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 = {