mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
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 ];
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
};
|
||||
|
||||
passthru = {
|
||||
shellPath = "/bin/zsh";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user