summary refs log tree commit diff
path: root/pkgs/shells/powershell/default.nix
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-04-15 13:30:48 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-04-15 13:30:48 +0200
commita7fc5aaa76366aa376f79bbe71e3e482bb1c1815 (patch)
tree70aad45cbffcac051408a1d124e4b4ce91bb895c /pkgs/shells/powershell/default.nix
parent084f4811ec23f4b0be6a10db44f6f970ba770759 (diff)
parent2587e6d1f6d28961c5058026606877d643e2fe29 (diff)
downloadnixpkgs-a7fc5aaa76366aa376f79bbe71e3e482bb1c1815.tar
nixpkgs-a7fc5aaa76366aa376f79bbe71e3e482bb1c1815.tar.gz
nixpkgs-a7fc5aaa76366aa376f79bbe71e3e482bb1c1815.tar.bz2
nixpkgs-a7fc5aaa76366aa376f79bbe71e3e482bb1c1815.tar.lz
nixpkgs-a7fc5aaa76366aa376f79bbe71e3e482bb1c1815.tar.xz
nixpkgs-a7fc5aaa76366aa376f79bbe71e3e482bb1c1815.tar.zst
nixpkgs-a7fc5aaa76366aa376f79bbe71e3e482bb1c1815.zip
Merge remote-tracking branch 'origin/master' into staging-next
Diffstat (limited to 'pkgs/shells/powershell/default.nix')
-rw-r--r--pkgs/shells/powershell/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/shells/powershell/default.nix b/pkgs/shells/powershell/default.nix
index 088c63512b3..19ca69ecb94 100644
--- a/pkgs/shells/powershell/default.nix
+++ b/pkgs/shells/powershell/default.nix
@@ -74,6 +74,7 @@ stdenv.mkDerivation rec {
     description = "Powerful cross-platform (Windows, Linux, and macOS) shell and scripting language based on .NET";
     homepage = "https://github.com/PowerShell/PowerShell";
     maintainers = with maintainers; [ yrashk srgom p3psi ];
+    mainProgram = "pwsh";
     platforms = [ "x86_64-darwin" "x86_64-linux" "aarch64-linux" "aarch64-darwin" ];
     license = with licenses; [ mit ];
   };