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: 73a76de9d74f
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: b3f29f38178b
Choose a head ref
  • 4 commits
  • 63 files changed
  • 2 contributors

Commits on Jan 3, 2021

  1. Copy the full SHA
    0df75bc View commit details
    Browse the repository at this point in the history
  2. treewide: Start to break up static overlay

    We can use use `stdenv.hostPlatform.isStatic` instead, and move the
    logic per package. The least opionated benefit of this is that it makes
    it much easier to replace packages with modified ones, as there is no
    longer any issue of overlay order.
    
    CC @FRidh @matthewbauer
    Ericson2314 committed Jan 3, 2021
    Copy the full SHA
    f52263c View commit details
    Browse the repository at this point in the history
  3. gcc: Always pass --enable-shared by default

    I am actually a bit skeptical about this, but @matthewbauer makes the
    case for this in
    #107238 (comment) and
    I'm happy to go with it not being as in the loop on static linking stuff
    as he is.
    Ericson2314 committed Jan 3, 2021
    Copy the full SHA
    8e48232 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #107238 from Ericson2314/no-static-overlay

    treewide: Start to break up static overlay
    Ericson2314 committed Jan 3, 2021
    Copy the full SHA
    b3f29f3 View commit details
    Browse the repository at this point in the history