zsh: add shellPath passthru
This commit is contained in:
@@ -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";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user