Skip to content
This repository has been 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
base: 3bd7a3b3b960
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 2c31b950e193
Choose a head ref
  • 7 commits
  • 11 files changed
  • 4 contributors

Commits on Feb 1, 2019

  1. Copy the full SHA
    0d17ecc View commit details
    Browse the repository at this point in the history
  2. Revert "coq-modules: add default to fix eval"

    This reverts commit e20b651.
    vbgl committed Feb 1, 2019
    Copy the full SHA
    59949aa View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2019

  1. primesieve: init at 7.3

    guibou committed Feb 4, 2019
    Copy the full SHA
    9f0ee6c View commit details
    Browse the repository at this point in the history
  2. haskellPackages.primesieve: fix build

    Temporaries changes in `configuration-common.nix` to fix the cabal
    file which does not specify that the haskell library depends on the
    C++ shared library. Pull request had been sent upstream.
    guibou committed Feb 4, 2019
    Copy the full SHA
    3652cfe View commit details
    Browse the repository at this point in the history
  3. Merge pull request #55196 from guibou/primesieve

    Introduce the primesieve package
    peti committed Feb 4, 2019
    Copy the full SHA
    790e14c View commit details
    Browse the repository at this point in the history
  4. make-derivation: only modify name when name is given

    This preserves Nix’s native error handling of missing name:
    
      error: derivation name missing
    matthewbauer committed Feb 4, 2019
    Copy the full SHA
    c6f8f8d View commit details
    Browse the repository at this point in the history
  5. Merge pull request #55053 from vbgl/mkderivation-lazy-name

    mkDerivation: cleaner handling of the `name` argument
    matthewbauer committed Feb 4, 2019
    Copy the full SHA
    2c31b95 View commit details
    Browse the repository at this point in the history