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

Commits on Oct 18, 2019

  1. Revert "skawarePackages.execline: wrap execlineb with tools"

    Using wrapProgram adds a call to `bash` around every call
    of `execline`, which clearly misses the basic idea behind
    `execline` in the first place …
    
    This reverts commit b64d25c.
    Profpatsch committed Oct 18, 2019
    Copy the full SHA
    bbcdd01 View commit details
    Browse the repository at this point in the history
  2. execline: provide tools to execlineb via execline wrapper

    Introduces the `execlineb-with-builtins` flag, which when
    true (default) will add all execline builtins to the PATH of
    `execlineb`.
    
    This is usually what users expect.
    
    If the flag is set to `false`, the unpatched execline derivation is
    returned instead.
    Profpatsch committed Oct 18, 2019
    Copy the full SHA
    2d28753 View commit details
    Browse the repository at this point in the history