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: 965dc6070a1b
Choose a base ref
...
head repository: NixOS/nix
compare: 12de0466fea6
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jan 27, 2021

  1. Add trace to build errors during import-from-derivation

    Example:
    
    error: builder for '/nix/store/9ysqfidhipyzfiy54mh77iqn29j6cpsb-failing.drv' failed with exit code 1;
           last 1 log lines:
           > FAIL
           For full logs, run 'nix log /nix/store/9ysqfidhipyzfiy54mh77iqn29j6cpsb-failing.drv'.
    
           … while importing '/nix/store/pfp4a4bjh642ylxyipncqs03z6kkgfvy-failing'
    
           at /nix/store/25wgzr2qrqqiqfbdb1chpiry221cjglc-source/flake.nix:58:15:
    
               57|
               58|         ifd = import self.hydraJobs.broken;
                 |               ^
               59|
    edolstra committed Jan 27, 2021
    Copy the full SHA
    12de046 View commit details
    Browse the repository at this point in the history