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: 5057d2f95042
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: d0c73e88b3f9
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Nov 14, 2019

  1. buildStackProject: Set __noChroot to make it fail without sandbox

    Building such a derivation will result in
    
      error: derivation '/nix/store/nk4wms3hk4mp9lc86k30vc8w44fcq0rj-foo.drv' has '__noChroot' set, but that's not allowed when 'sandbox' is 'true'
    
    when attempting to build it without --option sandbox false
    infinisil committed Nov 14, 2019
    Copy the full SHA
    b31a8f7 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    27e7b9a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #73362 from Infinisil/buildStackProjectChroot

    buildStackProject: Set __noChroot to make it fail without sandbox
    cdepillabout committed Nov 14, 2019
    Copy the full SHA
    d0c73e8 View commit details
    Browse the repository at this point in the history