| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 Hrachyshka | 2025-12-10 | 1 | -3/+3 |
| * | cpupower: prepare for 6.16-rc2 | K900 | 2025-06-16 | 1 | -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 Hindborg | 2025-06-02 | 1 | -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 Mosberger | 2024-12-10 | 1 | -4/+14 |
| * | cpupower: add `which` to nativeBuildInputs•••linux >= 6.13 requires this.
| Stefan Junker | 2024-12-05 | 1 | -2/+2 |
| * | pkgs/os-specific: remove licenses.gpl2 | Jussi Kuokkanen | 2024-06-21 | 1 | -1/+1 |
| * | cpupower: add meta.mainProgram | Grimmauld | 2024-05-02 | 1 | -0/+1 |
| * | cpupower: inherit patches from kernel | 百地 希留耶 | 2023-03-20 | 1 | -1/+1 |
| * | pkgs/os-specific: stdenv.lib -> lib | Ben Siraphob | 2021-01-17 | 1 | -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
| Profpatsch | 2021-01-11 | 1 | -2/+2 |
| * | treewide: Per RFC45, remove all unquoted URLs | Michael Reilly | 2020-04-10 | 1 | -1/+1 |
| * | cpupower: explicitly set CC and LD to allow compilation with clang | Dominik Xaver Hörl | 2019-12-02 | 1 | -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 Dietz | 2019-01-13 | 1 | -10/+10 |
| * | cpupower: fix w/5.0-rc1 (completion dir), rework a bit | Will Dietz | 2019-01-13 | 1 | -13/+14 |
| * | pkgs/*: remove unreferenced function arguments | volth | 2018-07-21 | 1 | -1/+1 |
| * | Merge remote-tracking branch 'upstream/master' into staging•••Conflicts:
pkgs/os-specific/linux/cpupower/default.nix
| Tuomas Tynkkynen | 2018-02-06 | 1 | -13/+11 |
| |\ |
|
| | * | linuxPackages.cpupower: clean up•••fixes the build on 17.09
| Robin Gloster | 2018-02-05 | 1 | -17/+11 |
| * | | cpupower: enable cross compilation | Ben Wolsieffer | 2018-01-28 | 1 | -8/+7 |
| |/ |
|
| * | cpupower: correct meta.homepage | Tobias Geerinckx-Rice | 2016-05-09 | 1 | -1/+1 |
| * | Fixed many descriptions | Pascal Wittmann | 2014-11-11 | 1 | -1/+1 |
| * | cpupower: Add package to replace cpufrequtils | William A. Kennington III | 2014-04-16 | 1 | -0/+42 |