summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorlegendofmiracles <legendofmiracles@protonmail.com>2021-04-27 13:44:53 +0200
committerlegendofmiracles <legendofmiracles@protonmail.com>2021-04-27 13:44:53 +0200
commit2dc6743ba7d00829353d4bcc07f429f7a7281396 (patch)
treefcbd8e2d07758826fd722e0d22e0bc0da472e0f5 /pkgs/shells
parent72a8c2c813893622666481c13ff8b3aedd51476d (diff)
nushell: sets main program
Diffstat (limited to 'pkgs/shells')
-rw-r--r--pkgs/shells/nushell/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/shells/nushell/default.nix b/pkgs/shells/nushell/default.nix
index ee291ccdc03ca..98a73e1acd388 100644
--- a/pkgs/shells/nushell/default.nix
+++ b/pkgs/shells/nushell/default.nix
@@ -49,6 +49,7 @@ rustPlatform.buildRustPackage rec {
     license = licenses.mit;
     maintainers = with maintainers; [ Br1ght0ne johntitor marsam ];
     platforms = [ "x86_64-linux" "i686-linux" "x86_64-darwin" "aarch64-linux" ];
+    mainProgram = "nu";
   };
 
   passthru = {