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: 73d70463624c
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 62882d8cd249
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Nov 22, 2018

  1. haskellSrc2nix: disallow substitutes

    Fix #49818. See the bug for more details.
    
    The work done by haskellSrc2nix is usually lightweight, but needs to
    be done each time a cabal file change. This triggers unexpected
    network activity for a cache query which results most of the time on a
    cache miss.
    
    By disabling substitutes we:
    
    - avoid the, mostly useless, binary cache query
    - avoid unexpected network failure when users change a cabal file and
      try to rebuild without connectivity.
    guibou authored and Profpatsch committed Nov 22, 2018
    Copy the full SHA
    62882d8 View commit details
    Browse the repository at this point in the history