brush: add missing "passthru.shellPath" (#389146)

This commit is contained in:
Sandro
2025-03-12 11:43:40 +01:00
committed by GitHub

View File

@@ -35,6 +35,8 @@ rustPlatform.buildRustPackage rec {
doCheck = false;
passthru = {
shellPath = "/bin/brush";
tests = {
complete = testers.testEqualContents {
assertion = "brushinfo performs to inspect completions";