zsh: add shellPath passthru
This commit is contained in:
parent
a9f42f633b
commit
7e578dc334
|
@ -80,4 +80,8 @@ EOF
|
||||||
maintainers = with stdenv.lib.maintainers; [ chaoflow pSub ];
|
maintainers = with stdenv.lib.maintainers; [ chaoflow pSub ];
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
passthru = {
|
||||||
|
shellPath = "/bin/zsh";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue