summary refs log tree commit diff
path: root/pkgs/shells/powershell
diff options
context:
space:
mode:
authorMalo Bourgon <mbourgon@gmail.com>2022-04-01 12:34:55 -0700
committerMalo Bourgon <mbourgon@gmail.com>2022-04-14 10:24:01 -0700
commit0e802eafad4b61b70f92534039fc3759d284db7b (patch)
tree1f388a7de5cb68d27d4ee6ee29e3c97c93821990 /pkgs/shells/powershell
parent0c1bb90ec545b0ef4531fe7f26eb9eb5eaa32792 (diff)
downloadnixpkgs-0e802eafad4b61b70f92534039fc3759d284db7b.tar
nixpkgs-0e802eafad4b61b70f92534039fc3759d284db7b.tar.gz
nixpkgs-0e802eafad4b61b70f92534039fc3759d284db7b.tar.bz2
nixpkgs-0e802eafad4b61b70f92534039fc3759d284db7b.tar.lz
nixpkgs-0e802eafad4b61b70f92534039fc3759d284db7b.tar.xz
nixpkgs-0e802eafad4b61b70f92534039fc3759d284db7b.tar.zst
nixpkgs-0e802eafad4b61b70f92534039fc3759d284db7b.zip
treewide: add meta.mainProgram to many packages
Diffstat (limited to 'pkgs/shells/powershell')
-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 6dbb9fa7625..a2fe61c3323 100644
--- a/pkgs/shells/powershell/default.nix
+++ b/pkgs/shells/powershell/default.nix
@@ -73,6 +73,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 ];
   };