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: 379852a152cc
Choose a base ref
...
head repository: NixOS/nix
compare: d2032edb2f86
Choose a head ref
  • 4 commits
  • 14 files changed
  • 1 contributor

Commits on Feb 7, 2020

  1. Fix segfault in gcc on i686-linux

      src/libstore/ssh-store.cc: In constructor 'nix::SSHStore::SSHStore(const string&, const Params&)':
      src/libstore/ssh-store.cc:31:21: internal compiler error: Segmentation fault
                   compress)
                           ^
      Please submit a full bug report,
      with preprocessed source if appropriate.
    
    https://hydra.nixos.org/build/111545609
    edolstra committed Feb 7, 2020
    Copy the full SHA
    d82b78b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    84a3a5c View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    0b013a5 View commit details
    Browse the repository at this point in the history
  4. nix edit: Support non-derivation attributes

    E.g.
    
      $ nix edit .#nixosConfigurations.bla
    
    now works.
    edolstra committed Feb 7, 2020
    Copy the full SHA
    d2032ed View commit details
    Browse the repository at this point in the history