powershell: set shellPath

Fixes #45830
This commit is contained in:
Matthew Bauer
2019-12-31 13:25:47 -05:00
committed by GitHub
parent ddce47c38e
commit 13b0141486

View File

@@ -44,4 +44,8 @@ stdenv.mkDerivation rec {
license = with licenses; [ mit ];
};
passthru = {
shellPath = "/bin/pwsh";
};
}