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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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