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: b97e93e8bbd4
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: ceac51fdc4aa
Choose a head ref
  • 3 commits
  • 5 files changed
  • 1 contributor

Commits on Jul 13, 2020

  1. nixos.users-groups: Set up subuid/subgid mappings for all normal users

    This is required by (among others) Podman to run containers in rootless mode.
    
    Other distributions such as Fedora and Ubuntu already set up these mappings.
    
    The scheme with a start UID/GID offset starting at 100000 and increasing in 65536 increments is copied from Fedora.
    adisbladis committed Jul 13, 2020
    Copy the full SHA
    5733967 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ce49f8c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #86278 from adisbladis/subuid-subgid-normaluser

    nixos.users-groups: Set up subuid/subgid mappings for all normal users
    adisbladis committed Jul 13, 2020
    Copy the full SHA
    ceac51f View commit details
    Browse the repository at this point in the history