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: 126fb3c88823
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 22ac0b908715
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 21, 2021

  1. zfs: use meta.broken instead of throw when incompatible with kernel

    `throw` aborts eval when the package is touched in inappropriate places. See
    #109001 for an adverse instance of that.
    
    ZFS now behaves like a regular broken package when it's, you know, broken.
    
    It also still prints the helpful incompatibility notice when fully evaluated.
    Atemu committed Jan 21, 2021
    Copy the full SHA
    aa58df5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #109029 from Atemu/zfs-meta.broken-instead-of-abort

    zfs: use meta.broken instead of throw when incompatible with kernel
    Mic92 committed Jan 21, 2021
    Copy the full SHA
    22ac0b9 View commit details
    Browse the repository at this point in the history