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: 79e8ba79ad15
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 757ba1931f50
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Jun 18, 2020

  1. nixos/systemd: allow str in systemd.services.<name>.path

    Turns out, #75510 was too restrictive.
    
    We also need to allow str here, as some modules set this to
    "/run/wrappers" to bring `/run/wrappers/bin` into $PATH of a unit.
    flokli committed Jun 18, 2020
    Copy the full SHA
    1c9e02b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #91068 from flokli/nixos-systemd-unit-path-types

    nixos/systemd: allow str in systemd.services.<name>.path
    flokli committed Jun 18, 2020
    Copy the full SHA
    757ba19 View commit details
    Browse the repository at this point in the history