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: 01c16e0d6dbe
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 71b3f931a9f6
Choose a head ref
  • 3 commits
  • 0 files changed
  • 2 contributors

Commits on Dec 13, 2018

  1. top-level/stage.nix: add static overlay

    Adds the static overlay that can be used to build Nixpkgs statically.
    Can be used like:
    
      nix build pkgsStatic.hello
    
    Not all packages build, as some rely on dynamic linking.
    
    (cherry picked from commit 6d90a8b)
    matthewbauer authored and Ericson2314 committed Dec 13, 2018
    Copy the full SHA
    3c36dcc View commit details
    Browse the repository at this point in the history
  2. stdenv/darwin: fix portable libsystem hook

    Some packages don’t have /bin directories. We should only run
    install_name_tool if that directory exists.
    
    (cherry picked from commit 0b85745)
    matthewbauer authored and Ericson2314 committed Dec 13, 2018
    Copy the full SHA
    af2cebe View commit details
    Browse the repository at this point in the history
  3. Merge commit 'af2cebe78fd185d1bbabd071f85f74654602d042'

    Forgot one commit when "pre-releasing" `pkgsStatic`. Again, no files
    were changed by this.
    Ericson2314 committed Dec 13, 2018
    Copy the full SHA
    71b3f93 View commit details
    Browse the repository at this point in the history