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: 007126eef722
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: ae2cea45ab41
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 19, 2020

  1. ytop: Add "ytop" to ytop's error message

    Right now, running `nixos-rebuild` gives an obscure error:
    ```
    $ nixos-rebuild switch
    building Nix...
    building the system configuration...
    error: Abandoned by upstream. Consider switching to bottom instead
    (use '--show-trace' to show detailed location information)
    ```
    
    (And `--show-trace` adds no useful information.)
    
    The error message doesn't indicate that `ytop` is what's causing the problem.
    By adding `ytop` to the error message, configurations that still reference
    `ytop` will be easier to debug and fix.
    9999years committed Oct 19, 2020
    1
    Copy the full SHA
    e19a5b3 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

  1. Merge pull request #101098 from 9999years/patch-1

    ytop: Add "ytop" to ytop's error message
    samueldr committed Oct 20, 2020
    Copy the full SHA
    ae2cea4 View commit details
    Browse the repository at this point in the history