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: ce7ed91093b7
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 364e1a8ca917
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Aug 14, 2019

  1. nixos/oxidized: Use symlinks for config files

    The old `cp` suffers from a permission issue on the 2nd start of the
    service. The files were copied from the read-only nix store. On the 2nd
    start of the service the `cp` failed.
    The new version force creates a symlink which does not suffer from this.
    
    (cherry picked from commit 02dfc07)
    Tristan Helmich (omniIT) authored and WilliButz committed Aug 14, 2019
    Copy the full SHA
    364e1a8 View commit details
    Browse the repository at this point in the history