Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 2fbcd0b9df95
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 2fe8f3375440
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 31, 2020

  1. undervolt: expose power limits as Nixopts

    We no longer escape the flags because the power limit flags want two arguments
    If we escaped them, we'd only get one argument with an escaped space in it.
    
    Undervolt's flags don't have anything in them that would need to be escaped, so
    that shouldn't break anything
    
    (cherry picked from commit eb4e675)
    Atemu committed Oct 31, 2020
    Copy the full SHA
    dfce71f View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2020

  1. Merge pull request #102215 from Atemu/backport/undervolt-pl

    [20.09] undervolt: expose power limits as Nixopts
    timokau committed Dec 1, 2020
    Copy the full SHA
    2fe8f33 View commit details
    Browse the repository at this point in the history