terminal-life: fix missing file attribute for zsh-nix-shell plugin
This commit is contained in:
parent
4982c93248
commit
72ee1b7180
|
@ -72,6 +72,7 @@ in
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "zsh-nix-shell";
|
name = "zsh-nix-shell";
|
||||||
|
file = "nix-shell.plugin.zsh";
|
||||||
src = pkgs.fetchFromGitHub {
|
src = pkgs.fetchFromGitHub {
|
||||||
owner = "chisui";
|
owner = "chisui";
|
||||||
repo = "zsh-nix-shell";
|
repo = "zsh-nix-shell";
|
||||||
|
|
Loading…
Reference in a new issue