8000 Comparing nix-community:master...nonsequitur:master · nix-community/home-manager · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: nix-community/home-manager
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: nonsequitur/home-manager
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 8 commits
  • 5 files changed
  • 1 contributor

Commits on Aug 17, 2017

  1. Configuration menu
    Copy the full SHA
    84ed74e View commit details
    Browse the repository at this point in the history
  2. home-manager: exit with an error on build failure

    Because 'set -e' has no effect on commands that run in an if condition,
    the script was always exiting with no error when 'doBuild' failed.
    
    As a bonus, $wrkdir is now always removed after building.
    nonsequitur committed Aug 17, 2017
    Configuration menu
    Copy the full SHA
    83060e9 View commit details
    Browse the repository at this point in the history
  3. show the original nix-store path in activation script error messages

    Run the activation script in its original nix-store location so that
    Bash error messages show the real script location instead of 'wrkdir',
    which gets deleted right after the script exits.
    
    As a side effect, doBuild no longer takes an argument and is greatly simplified.
    nonsequitur committed Aug 17, 2017
    Configuration menu
    Copy the full SHA
    37b0f18 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d04ef0a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7b489f9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d830fc1 View commit details
    Browse the repository at this point in the history
    8000
  7. Configuration menu
    Copy the full SHA
    573aed4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9357a7d View commit details
    Browse the repository at this point in the history
Loading
0