about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2023-08-05 11:57:14 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2023-08-05 13:08:04 +1000
commitd886e44d9b086da2374f25932ac0b1f6724b7dbe (patch)
tree7d66be524366100ad28cf9c835e589d9c3a32b2b /pkgs/tools
parentf40cb1d86b6f3e715ea05e059b8c9ebda302c6e5 (diff)
downloadnixlib-d886e44d9b086da2374f25932ac0b1f6724b7dbe.tar
nixlib-d886e44d9b086da2374f25932ac0b1f6724b7dbe.tar.gz
nixlib-d886e44d9b086da2374f25932ac0b1f6724b7dbe.tar.bz2
nixlib-d886e44d9b086da2374f25932ac0b1f6724b7dbe.tar.lz
nixlib-d886e44d9b086da2374f25932ac0b1f6724b7dbe.tar.xz
nixlib-d886e44d9b086da2374f25932ac0b1f6724b7dbe.tar.zst
nixlib-d886e44d9b086da2374f25932ac0b1f6724b7dbe.zip
statix: add meta.mainProgram
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/nix/statix/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/nix/statix/default.nix b/pkgs/tools/nix/statix/default.nix
index e4e3cb857503..1ae3a8525a8f 100644
--- a/pkgs/tools/nix/statix/default.nix
+++ b/pkgs/tools/nix/statix/default.nix
@@ -25,6 +25,7 @@ rustPlatform.buildRustPackage rec {
     description = "Lints and suggestions for the nix programming language";
     homepage = "https://github.com/nerdypepper/statix";
     license = licenses.mit;
+    mainProgram = "statix";
     maintainers = with maintainers; [ figsoda nerdypepper ];
   };
 }