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: fc6d1e0ebf78
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 14f812aeef75
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Oct 29, 2019

  1. skawarePackages.skalibs: empty default path

    If `PATH` is unset, the exec wrappers in skalibs set a default path to
    `/usr/bin:bin`.
    
    This has very unfortunate effects when you e.g. try to run tests on CI
    in an empty environment (minus tools explicitely provided by nix with
    absolute store paths), because suddenly binaries from outside are
    picked up again, especially on non-NixOS.
    Even on NixOS, /bin/sh provides another escape hatch if it’s available
    from PATH. But on systems like Ubuntu or MacOS (which most CI systems
    run on), this picks up all the non-nix binaries.
    Profpatsch committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    14f812a View commit details
    Browse the repository at this point in the history