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

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.
    Tristan Helmich (omniIT) committed Aug 14, 2019
    Copy the full SHA
    02dfc07 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #66612 from fadenb/oxidized_permission_issue

    nixos/oxidized: Use symlinks for config files
    WilliButz committed Aug 14, 2019
    Copy the full SHA
    ddf15d3 View commit details
    Browse the repository at this point in the history