Skip to content
This repository has been 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
base: e85525245c89
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 2b9aa0ac90e6
Choose a head ref
  • 9 commits
  • 33 files changed
  • 3 contributors

Commits on Mar 12, 2019

  1. dockerTools.buildImage.runAsRoot: preserve layers ordering at image u…

    …npacking
    
    This patch preserves the ordering of layers of a parent image when the
    image is unpacked.
    
    Fixes #55290
    nlewo committed Mar 12, 2019
    Copy the full SHA
    fe68608 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2019

  1. filesystems: Add autoResize assertion

    Assert that autoResize is only used when fsType is explicitly set to a
    supported filesystem: if it's set to "auto", the default, the required
    resizing tools won't be copied into the initrd even if the actual
    filesystem is supported.
    talyz committed Mar 16, 2019
    Copy the full SHA
    0eb6d07 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2019

  1. openstackImage: set the / fsType to reenable root FS resizing

    Since 34234dc, the reisizefs tool is
    embeded only if the `fsType` starts with `ext`. The default `fsType`
    value is `auto`.
    nlewo committed Mar 21, 2019
    Copy the full SHA
    f116d04 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2019

  1. nixos docs: improve GPU driver documentation

    I'm not 100% sure about the incompatibility lines,
    but I believe it's better to discourage these anyway.
    If you find better information, feel free to amend...
    
    The 32-bit thing is completely GPU-agnostic, so I can't see why we had
    it separately for proprietary drivers and missing for the rest.
    vcunat committed Mar 22, 2019
    Copy the full SHA
    11d204a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #57751 from talyz/master

    filesystems: Add autoResize assertion
    nlewo committed Mar 22, 2019
    Copy the full SHA
    c8a65c2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #58024 from nlewo/openstack-fstype

    openstackImage: set the / fsType to reenable root FS resizing
    nlewo committed Mar 22, 2019
    Copy the full SHA
    715365e View commit details
    Browse the repository at this point in the history
  4. nixos docs: run the formatting tool (no content change)

    As documented in the docs themselves :-)
    vcunat committed Mar 22, 2019
    Copy the full SHA
    4c3ec0e View commit details
    Browse the repository at this point in the history
  5. nixos manual Makefile: improve purity

    And be quiet when building/downloading the required tools.
    vcunat committed Mar 22, 2019
    Copy the full SHA
    1ad3f34 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #57505 from nlewo/fix-55290

    dockerTools.buildImage.runAsRoot: preserve layers ordering at image unpacking
    nlewo committed Mar 22, 2019
    Copy the full SHA
    2b9aa0a View commit details
    Browse the repository at this point in the history