Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
base: 68b3bff32da3
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 2aead2422f85
Choose a head ref
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Aug 14, 2019

  1. flatpak: clear GDK_PIXBUF_MODULE_FILE

    GDK_PIXBUF_MODULE_FILE is often set to a nix store path not available in a app
    sandbox. This can cause some apps to fail launching, simply reset this env var
    when running applications.
    
    fixes NixOS/nixpkgs#53441
    
    (cherry picked from commit 752e176)
    (cherry picked from commit be89fd6)
    hedning authored and matthewbauer committed Aug 14, 2019
    Copy the full SHA
    e823132 View commit details
    Browse the repository at this point in the history
  2. environment.profiles: fix order of profiles

    This change is needed because the order of profiles correlate to the
    order in PATH, therefore "/etc/profiles/per-user/$USER" always appeared
    after the system packages directories.
    
    (cherry picked from commit 33c834f)
    Gerschtli authored and matthewbauer committed Aug 14, 2019
    Copy the full SHA
    2aead24 View commit details
    Browse the repository at this point in the history