Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2143f6f34fb7
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 980bb95f1c93
Choose a head ref
  • 8 commits
  • 9 files changed
  • 8 contributors

Commits on Jul 4, 2019

  1. nixos/zfs: enable requestEncryptionCredentials by default

    Since zfsStable now supports encryption, it no longer makes sense to set
    the default based on whether we're using zfsUnstable
    aij committed Jul 4, 2019
    Copy the full SHA
    a38449f View commit details

Commits on Jul 6, 2019

  1. nixos/zfs: enable requestEncryptionCredentials by default (#64316)

    nixos/zfs: enable requestEncryptionCredentials by default
    Mic92 authored Jul 6, 2019
    Copy the full SHA
    df65cd3 View commit details
  2. Copy the full SHA
    b7a1daf View commit details
  3. ghc: Don't strip compilers

    To test this I built a version of the compiler with `dontStrip = True`
    and the vanilla version. The size of the result is both 1.4gb which
    indicates that the stripping doesn't do anything meaningful.
    
    Not stripping means that the debug rts is properly packages as it
    contains DWARF information and unused debugging symbols.
    
    Fixes #63511
    mpickering committed Jul 6, 2019
    Copy the full SHA
    b1e3d07 View commit details
  4. Merge pull request #64235 from mmahut/iceshelf

    iceshelf: init at unstable-2019-07-03
    worldofpeace authored Jul 6, 2019
    Copy the full SHA
    7c2ac5b View commit details
  5. pythonPackages.soco: 0.16 -> 0.17

    Now works with latest pytestcov
    
    This transitively fixes beets which depends on soco, which now doesn't depend on
    pytest_3 anymore, which depends on pytestcov_3, which is broken.
    infinisil authored and FRidh committed Jul 6, 2019
    Copy the full SHA
    c1f08d7 View commit details
  6. Merge pull request #64371 from mpickering/strip-ghc

    ghc: Don't strip compilers
    peti authored Jul 6, 2019
    Copy the full SHA
    895fb16 View commit details
  7. Copy the full SHA
    980bb95 View commit details
Loading