summaryrefslogtreecommitdiff
path: root/pkgs/os-specific/linux/cpupower (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide: clean up 'meta = with' pattern•••This commit was created by a combination of scripts and tools: - an ast-grep script to prefix things in meta with `lib.`, - a modified nixf-diagnose / nixf combination to remove unused `with lib;`, and - regular nixfmt. Co-authored-by: Wolfgang Walther <walther@technowledgy.de> Ihar Hrachyshka2025-12-101-3/+3
* cpupower: prepare for 6.16-rc2K9002025-06-161-0/+1
* linuxPackages.cpupower: prepare for linux v6.16•••cpupower in v6.16 is going to need an additional install flag, so add it. Andreas Hindborg2025-06-021-0/+1
* treewide: format all inactive Nix files•••After final improvements to the official formatter implementation, this commit now performs the first treewide reformat of Nix files using it. This is part of the implementation of RFC 166. Only "inactive" files are reformatted, meaning only files that aren't being touched by any PR with activity in the past 2 months. This is to avoid conflicts for PRs that might soon be merged. Later we can do a full treewide reformat to get the rest, which should not cause as many conflicts. A CI check has already been running for some time to ensure that new and already-formatted files are formatted, so the files being reformatted here should also stay formatted. This commit was automatically created and can be verified using nix-build https://github.com/infinisil/treewide-nixpkgs-reformat-script/archive/a08b3a4d199c6124ac5b36a889d9099b4383463f.tar.gz \ --argstr baseRev b32a0943687d2a5094a6d92f25a4b6e16a76b5b7 result/bin/apply-formatting $NIXPKGS_PATH Silvan Mosberger2024-12-101-4/+14
* cpupower: add `which` to nativeBuildInputs•••linux >= 6.13 requires this. Stefan Junker2024-12-051-2/+2
* pkgs/os-specific: remove licenses.gpl2Jussi Kuokkanen2024-06-211-1/+1
* cpupower: add meta.mainProgramGrimmauld2024-05-021-0/+1
* cpupower: inherit patches from kernel百地 希留耶2023-03-201-1/+1
* pkgs/os-specific: stdenv.lib -> libBen Siraphob2021-01-171-1/+1
* treewide: with stdenv.lib; in meta -> with lib;•••Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix Profpatsch2021-01-111-2/+2
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
* cpupower: explicitly set CC and LD to allow compilation with clangDominik Xaver Hörl2019-12-021-1/+5
* cpupower: push 'dir' suffix into generation func•••bit silly for the odd-man-out "bash_completion_dir" but IMO easier to read. Will Dietz2019-01-131-10/+10
* cpupower: fix w/5.0-rc1 (completion dir), rework a bitWill Dietz2019-01-131-13/+14
* pkgs/*: remove unreferenced function argumentsvolth2018-07-211-1/+1
* Merge remote-tracking branch 'upstream/master' into staging•••Conflicts: pkgs/os-specific/linux/cpupower/default.nix Tuomas Tynkkynen2018-02-061-13/+11
|\
| * linuxPackages.cpupower: clean up•••fixes the build on 17.09 Robin Gloster2018-02-051-17/+11
* | cpupower: enable cross compilationBen Wolsieffer2018-01-281-8/+7
|/
* cpupower: correct meta.homepageTobias Geerinckx-Rice2016-05-091-1/+1
* Fixed many descriptionsPascal Wittmann2014-11-111-1/+1
* cpupower: Add package to replace cpufrequtilsWilliam A. Kennington III2014-04-161-0/+42