Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4f2de85ac1c5
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 993887d1253b
Choose a head ref
  • 8 commits
  • 33 files changed
  • 5 contributors

Commits on Dec 30, 2019

  1. dockerTools.buildLayeredImage: fix building layered images in parallel

    when tar'ing store paths into layered archives when building layered
    images, don't use the absolute nix store path so that tar won't complain
    if something new is added to the nix store
    
    when building the final docker image, ignore any file changes tar
    detects in the layers. they are all immutable and the only thing that
    might change is the number of hard links due to store optimization
    Richard Wallace committed Dec 30, 2019

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    angerman Moritz Angermann
    Copy the full SHA
    3be7675 View commit details

Commits on Jan 6, 2020

  1. gcompris: 0.97 -> 0.98

    r-ryantm committed Jan 6, 2020
    Copy the full SHA
    fb7c60a View commit details
  2. run: init at 0.7.0

    David McKay committed Jan 6, 2020
    Copy the full SHA
    22622e9 View commit details

Commits on Jan 11, 2020

  1. python.pkgs wide: fix problematic urls

    Jonathan Ringer committed Jan 11, 2020
    Copy the full SHA
    5961f21 View commit details
  2. Merge pull request #75911 from Simspace/parallel-docker-buildlayeredi…

    …mage
    
    when building a layered docker image, ignore it if tar encounters cha…
    nlewo authored Jan 11, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    0d983f9 View commit details
  3. Copy the full SHA
    da261e3 View commit details
  4. Merge pull request #77081 from rawkode/feature/add-run

    run: init at 0.7.0
    nlewo authored Jan 11, 2020
    Copy the full SHA
    99470a3 View commit details
  5. Merge pull request #77061 from r-ryantm/auto-update/gcompris

    gcompris: 0.97 -> 0.98
    nlewo authored Jan 11, 2020
    Copy the full SHA
    993887d View commit details
Loading