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: 6e139a4120df
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 525f0b043652
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Jun 8, 2019

  1. vulkan-loader: Always include /run/opengl-driver(-32)/share in search…

    … path.
    
    Even though FALLBACK_DATA_DIRS is set to include this, it only applies when XDG_DATA_DIRS is not defined, so the NixOS opengl.nix module still had to include these in the search path. Use a simple patch to force a default search path, consulted after all other search paths.
    
    Note that FALLBACK_DATA_DIRS is no longer set, and the default (/usr/local/share:/usr/share) applies.
    ambrop72 committed Jun 8, 2019
    Copy the full SHA
    bc96146 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2019

  1. Merge pull request #62869 from ambrop72/vulkan-loader-search-path

    vulkan-loader: Always include /run/opengl-driver(-32)/share in search path.
    matthewbauer committed Jun 26, 2019
    Copy the full SHA
    525f0b0 View commit details
    Browse the repository at this point in the history