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: 83f2b110cecf
Choose a base ref
...
head repository: NixOS/nix
compare: 989cb3777753
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Feb 20, 2019

  1. install script: don't abort when "nix-channel --update" fails

    Instead, print a message about what happened and tell the user what can
    be done (run "[sudo -i] nix-channel --update nixpkgs" again at a later
    time). This change allows installing Nix when you're offline.
    
    Since the multi-user installer is so verbose, the message isn't printed
    until the end.
    
    Fixes issue #2650 ("installation without internet connection").
    bjornfor committed Feb 20, 2019
    Copy the full SHA
    b9567aa View commit details
    Browse the repository at this point in the history

Commits on May 1, 2019

  1. Merge pull request #2679 from bjornfor/offline-install

    install script: don't abort when "nix-channel --update" fails
    edolstra committed May 1, 2019
    Copy the full SHA
    989cb37 View commit details
    Browse the repository at this point in the history