zsh: Fix zsh-nix-shell
Next time actually test a change before committing it.
This commit is contained in:
parent
77fa173fc4
commit
55668b4d69
|
@ -28,7 +28,7 @@ in
|
||||||
{
|
{
|
||||||
name = "zsh-nix-shell";
|
name = "zsh-nix-shell";
|
||||||
file = "nix-shell.plugin.zsh";
|
file = "nix-shell.plugin.zsh";
|
||||||
src = pkgs.zsh-nix-shell;
|
src = "${pkgs.zsh-nix-shell}/share/zsh-nix-shell";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
|
|
Loading…
Reference in a new issue