Unverified Commit e8539cc7 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

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

parents 4e471630 21a6cc3e
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";