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/nix
base: 959295cf4baf
Choose a base ref
...
head repository: NixOS/nix
compare: d746ef4a813b
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jun 4, 2020

  1. Disable eval cache with --impure

    Fixes
    
      $ nix build nixpkgs#zoom-us
      error: Package ‘zoom-us-5.0.399860.0429’ in /nix/store/m79v7h75b69fkk8d2qcwm555l3wq6fmv-source/pkgs/applications/networking/instant-messengers/zoom-us/default.nix:126 has an unfree license (‘unfree’), refusing to evaluate.
    
      $ nix build nixpkgs#zoom-us --impure
      error: cached failure of attribute 'legacyPackages.x86_64-linux.zoom-us.drvPath'
    edolstra committed Jun 4, 2020
    Copy the full SHA
    d746ef4 View commit details
    Browse the repository at this point in the history