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: 0c98435f705e
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 8626701b2d33
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Oct 1, 2020

  1. nixos/sudo: add package option

    The `package`-option is always useful if modifying a package in an
    overlay would mean that a lot of other packages need to be rebuilt as
    well.
    
    In case of `sudo` this is actually the case: when having an override for
    it (e.g. for `withInsults = true;`), you'd have to rebuild e.g. `zfs`
    and `grub` although that's not strictly needed.
    Ma27 committed Oct 1, 2020
    Copy the full SHA
    d2dc0ae View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2020

  1. Merge pull request #99256 from Ma27/sudo-pkg-option

    nixos/sudo: add `package` option
    Ma27 committed Oct 2, 2020
    Copy the full SHA
    8626701 View commit details
    Browse the repository at this point in the history