about summary refs log tree commit diff
path: root/pkgs/tools/system/auto-cpufreq/default.nix
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2023-07-31 21:21:43 +0200
committerRobert Hensing <robert@roberthensing.nl>2023-07-31 21:54:43 +0200
commit4c1d3cee607c7e37ae1129836930fb5b9003af23 (patch)
tree8d1708a13d5ae6ac94ecb8d5d3b8abc8eca22d95 /pkgs/tools/system/auto-cpufreq/default.nix
parentd36353cf86b485131d8220f952ce3cc5537687f1 (diff)
downloadnixlib-4c1d3cee607c7e37ae1129836930fb5b9003af23.tar
nixlib-4c1d3cee607c7e37ae1129836930fb5b9003af23.tar.gz
nixlib-4c1d3cee607c7e37ae1129836930fb5b9003af23.tar.bz2
nixlib-4c1d3cee607c7e37ae1129836930fb5b9003af23.tar.lz
nixlib-4c1d3cee607c7e37ae1129836930fb5b9003af23.tar.xz
nixlib-4c1d3cee607c7e37ae1129836930fb5b9003af23.tar.zst
nixlib-4c1d3cee607c7e37ae1129836930fb5b9003af23.zip
treewide: Add meta.mainProgram
This should fix most warnings getExe in based on grepping `nixos/`.
Diffstat (limited to 'pkgs/tools/system/auto-cpufreq/default.nix')
-rw-r--r--pkgs/tools/system/auto-cpufreq/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/system/auto-cpufreq/default.nix b/pkgs/tools/system/auto-cpufreq/default.nix
index b72ee7a6911f..faa280575e1e 100644
--- a/pkgs/tools/system/auto-cpufreq/default.nix
+++ b/pkgs/tools/system/auto-cpufreq/default.nix
@@ -43,5 +43,6 @@ python3Packages.buildPythonPackage rec {
     license = licenses.lgpl3Plus;
     platforms = platforms.linux;
     maintainers = [ maintainers.Technical27 ];
+    mainProgram = "auto-cpufreq";
   };
 }