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: 3d6df9e8be0f
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: bbaff89ceb38
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 19, 2021

  1. nixos/systemd: allow preStart with other ExecStartPre cmdlines

    Declaring them as lists enables the concatenation, supporting
    lib.mkBefore, lib.mkOrder, etc.
    
    This is useful when you need to extend a service with a pre-start
    script that needs to run as root.
    roberth committed Jan 19, 2021
    Copy the full SHA
    3936d85 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2021

  1. Merge pull request #109976 from hercules-ci/systemd-allow-preStart-wi…

    …th-ExecStartPre
    
    nixos/systemd: allow preStart with other ExecStartPre cmdlines
    roberth committed Jan 22, 2021
    Copy the full SHA
    bbaff89 View commit details
    Browse the repository at this point in the history