Unverified Commit 21a6cc3e authored by Kenichi Kamiya's avatar Kenichi Kamiya
Browse files

brush: add missing passthru.shellPath

parent c1d1a909
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -35,6 +35,8 @@ rustPlatform.buildRustPackage rec {
  doCheck = false;

  passthru = {
    shellPath = "/bin/brush";

    tests = {
      complete = testers.testEqualContents {
        assertion = "brushinfo performs to inspect completions";