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: 59d85b9910e8
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 8c76de9b1645
Choose a head ref
  • 3 commits
  • 7 files changed
  • 1 contributor

Commits on Sep 1, 2019

  1. lua*Packages: Consolidate separate setup hooks together

    - Lua packages now consistently use LUA_PATH/LUA_CPATH rather than a mix
      of those and NIX_LUA_PATH/NIX_LUA_CPATH
    - Lua libraries are now consistently only added to the search path
    variables if:
        1) The library actually has a corresponding directory to search
        2) The library is not already present in the search path
      This should help prevent the search paths from growing overly large
    - Fixed bugs in some path helpers
    - Changed the affected shell script indentation to 2 spaces; nixpkgs
      shell scripts are inconsistently split between 2 and 4 space
      indentation, but 2 matches better with the Nix expressions, so IMO it
      makes more sense
    Shados authored and FRidh committed Sep 1, 2019
    Copy the full SHA
    c62337d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a729761 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    8c76de9 View commit details
    Browse the repository at this point in the history