brush: add missing "passthru.shellPath" (#389146)
This commit is contained in:
@@ -35,6 +35,8 @@ rustPlatform.buildRustPackage rec {
|
||||
doCheck = false;
|
||||
|
||||
passthru = {
|
||||
shellPath = "/bin/brush";
|
||||
|
||||
tests = {
|
||||
complete = testers.testEqualContents {
|
||||
assertion = "brushinfo performs to inspect completions";
|
||||
|
||||
Reference in New Issue
Block a user