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

Commits on Aug 24, 2019

  1. xdg-user-dirs: deprioritize shipped configs

    XDG_CONFIG_DIRS should contain directories ordered by priority
    so if we want users to be able to customize the defaults, we
    need to move the shipped values to the end.
    jtojnar committed Aug 24, 2019
    Copy the full SHA
    865293c View commit details
    Browse the repository at this point in the history
  2. nixos/environment: prepend /etc/xdg to XDG_CONFIG_DIRS

    Previously, we were only adding profile-relative paths to XDG_CONFIG_DIRS
    variable. That required very ugly hacks like
    #33282 (comment)
    to be able to configure XDG stuff.
    
    Now, we are prepending the variable with /etc/xdg, allowing us to
    simply use `environment.etc."xdg/…"` options.
    jtojnar committed Aug 24, 2019
    Copy the full SHA
    4842683 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #67389 from jtojnar/xdg-user-dirs

    Allow changing xdg-user-dirs with environment.etc
    jtojnar committed Aug 24, 2019
    Copy the full SHA
    d90aa7d View commit details
    Browse the repository at this point in the history