From 13b0141486c3eecfcd63f97625f7d1348101e317 Mon Sep 17 00:00:00 2001 From: Matthew Bauer Date: Tue, 31 Dec 2019 13:25:47 -0500 Subject: powershell: set shellPath Fixes #45830 --- pkgs/shells/powershell/default.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pkgs/shells') diff --git a/pkgs/shells/powershell/default.nix b/pkgs/shells/powershell/default.nix index 6ec2319a49d..faab933ae25 100644 --- a/pkgs/shells/powershell/default.nix +++ b/pkgs/shells/powershell/default.nix @@ -44,4 +44,8 @@ stdenv.mkDerivation rec { license = with licenses; [ mit ]; }; + passthru = { + shellPath = "/bin/pwsh"; + }; + } -- cgit 1.4.1