summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorLudovico Piero <ludovicopiero@pm.me>2023-08-25 23:37:47 +1000
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-08-25 14:08:14 +0000
commit4ce973d7bd73cd11ffc1201330fe92219eb93158 (patch)
tree4a1926d2d3b3774e8b0b4c42348e9624257c2868 /pkgs
parent8415619e42a0972706e213197a310d461234a5c1 (diff)
downloadnixpkgs-4ce973d7bd73cd11ffc1201330fe92219eb93158.tar
nixpkgs-4ce973d7bd73cd11ffc1201330fe92219eb93158.tar.gz
nixpkgs-4ce973d7bd73cd11ffc1201330fe92219eb93158.tar.bz2
nixpkgs-4ce973d7bd73cd11ffc1201330fe92219eb93158.tar.lz
nixpkgs-4ce973d7bd73cd11ffc1201330fe92219eb93158.tar.xz
nixpkgs-4ce973d7bd73cd11ffc1201330fe92219eb93158.tar.zst
nixpkgs-4ce973d7bd73cd11ffc1201330fe92219eb93158.zip
eza: add meta.mainProgram
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/misc/eza/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/misc/eza/default.nix b/pkgs/tools/misc/eza/default.nix
index 8ee47ac4cd7..7eeb4e9cbab 100644
--- a/pkgs/tools/misc/eza/default.nix
+++ b/pkgs/tools/misc/eza/default.nix
@@ -57,6 +57,7 @@ rustPlatform.buildRustPackage rec {
     '';
     homepage = "https://github.com/eza-community/eza";
     license = licenses.mit;
+    mainProgram = "eza";
     maintainers = with maintainers; [ cafkafk ];
   };
 }