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

Commits on May 24, 2020

  1. dockerTools: Properly add /nix/ and /nix/store/ first to layer.tar

    In #58431 the authors ensured that
    the resulting layer.tar would always list
    
      /nix/
      /nix/store/
    
    first to fully comply to the tar spec. Various refactorings later it is only
    ensured to create /nix/ but NOT /nix/store anymore. Instead tar transformed
    them to /nix/nix and /nix/nix/store.
    Alex Biehl committed May 24, 2020
    Copy the full SHA
    886c923 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #88762 from alexbiehl/alex/docker-tools

    dockerTools: Properly add /nix/ and /nix/store/ first to layer.tar
    shlevy committed May 24, 2020
    Copy the full SHA
    fffa6e8 View commit details
    Browse the repository at this point in the history