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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 379852a152cc
Choose a base ref
...
head repository: NixOS/nix
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
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

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    d82b78b View commit details
  2. Copy the full SHA
    84a3a5c View commit details
  3. Copy the full SHA
    0b013a5 View commit details
  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
Loading