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: fd7f6062a035
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 9aa668ef04c6
Choose a head ref
  • 7 commits
  • 8 files changed
  • 2 contributors

Commits on Jun 20, 2020

  1. nixos/home-assistant: make service reloadable

    This allows quick reloads using the following trick:
    
    $(nix-build --show-trace --no-out-link \
      -E '(with import <nixpkgs/nixos> {};
           pkgs.writeScript "update-hass-config"
           config.systemd.services.home-assistant.preStart)')
    systemctl reload home-assistant
    Mic92 committed Jun 20, 2020
    Copy the full SHA
    26e9a34 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d690aa8 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    6c1aea6 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    d248e8a View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2020

  1. Copy the full SHA
    8dd2327 View commit details
    Browse the repository at this point in the history
  2. nixos/home-assistant: fix tests

    Mic92 committed Jun 21, 2020
    Copy the full SHA
    a68c7e0 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    9aa668e View commit details
    Browse the repository at this point in the history