about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAleksana <me@aleksana.moe>2024-05-02 17:55:03 +0800
committerGitHub <noreply@github.com>2024-05-02 17:55:03 +0800
commitff93db4644245fc18b366232c0a1207d067f5a19 (patch)
tree53d9440d3b3e67a0046c15a7ca0d83aee85cc3ee
parenta75d2c193c2de0b6fbd14f39f370ec4f65231265 (diff)
parent32d490d949b9b3928a33688b7ec6216f1244c60e (diff)
Merge pull request #308476 from LordGrimmauld/cpupower_meta
cpupower: add meta.mainProgram
-rw-r--r--pkgs/os-specific/linux/cpupower/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/cpupower/default.nix b/pkgs/os-specific/linux/cpupower/default.nix
index 13e2fc78b8219..7c1b031d83349 100644
--- a/pkgs/os-specific/linux/cpupower/default.nix
+++ b/pkgs/os-specific/linux/cpupower/default.nix
@@ -39,6 +39,7 @@ stdenv.mkDerivation {
     description = "Tool to examine and tune power saving features";
     homepage = "https://www.kernel.org/";
     license = licenses.gpl2;
+    mainProgram = "cpupower";
     platforms = platforms.linux;
   };
 }