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: bad2bed08cee
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 96c374f3bd1a
Choose a head ref
  • 18 commits
  • 14 files changed
  • 7 contributors

Commits on Nov 1, 2019

  1. ec2/create-amis.sh: register root device as /dev/xvda

    For the case of blkfront drives, there appears to be no difference
    between /dev/sda1 and /dev/xvda: the drive always appears as the
    kernel device /dev/xvda.
    
    For the case of nvme drives, the root device typically appears as
    /dev/nvme0n1.  Amazon provides the 'ec2-utils' package for their first
    party linux ("Amazon Linux"), which configures udev to create symlinks
    from the provided name to the nvme device name. This name is
    communicated through nvme "Identify Controller" response, which can be
    inspected with:
    
      nvme id-ctrl --raw-binary /dev/nvme0n1 | cut -c3073-3104 | hexdump -C
    
    On Amazon Linux, where the device is attached as "/dev/xvda", this
    creates:
    
    - /dev/xvda  -> nvme0n1
    - /dev/xvda1 -> nvme0n1p1
    
    On NixOS where the device is attach as "/dev/sda1", this creates:
    
    - /dev/sda1  -> nvme0n1
    - /dev/sda11 -> nvme0n1p1
    
    This is odd, but not inherently a problem.
    
    NixOS unconditionally configures grub to install to `/dev/xvda`, which
    fails on an instance using nvme storage. With the root device name set
    to xvda, both blkfront and nvme drives are accessible as /dev/xvda,
    either directly or by symlink.
    thefloweringash committed Nov 1, 2019
    Copy the full SHA
    bd61216 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2019

  1. sequoia: 0.10.0 -> 0.11.0

    Disable check on Darwin.
    doronbehar committed Nov 19, 2019
    Copy the full SHA
    1dbcd8f View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2019

  1. meteo: 0.9.7 -> 0.9.8

    worldofpeace committed Nov 21, 2019
    Copy the full SHA
    9ba0dea View commit details
    Browse the repository at this point in the history
  2. ideogram: 1.2.2 -> 1.3.0

    worldofpeace committed Nov 21, 2019
    Copy the full SHA
    2c15a5f View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    13d82c9 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    82f1e39 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    3575bd5 View commit details
    Browse the repository at this point in the history
  6. python3Minimal: 3.7.4 -> 3.7.5

    Base it on python37 so we ensure the package remains up to date.
    FRidh committed Nov 21, 2019
    Copy the full SHA
    ad3ef64 View commit details
    Browse the repository at this point in the history
  7. nixos/qt5: use correct qtstyleplugins attribute

    IDF31 authored and worldofpeace committed Nov 21, 2019
    Copy the full SHA
    61cd421 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #73868 from IDF31/submit/FixedQt5ThemingOption

    nixos/qt5: use correct qtstyleplugins attribute
    worldofpeace committed Nov 21, 2019
    Copy the full SHA
    e3a720a View commit details
    Browse the repository at this point in the history
  9. Merge pull request #73104 from doronbehar/update-sequoia

    sequoia: 0.10.0 -> 0.11.0
    worldofpeace committed Nov 21, 2019
    Copy the full SHA
    ac82d7a View commit details
    Browse the repository at this point in the history
  10. python3Packages.tensorflow-tensorboard: add wheel as runtime dep

    The cli requires the wheel package to determine
    entry points for execution.
    Jonathan Ringer committed Nov 21, 2019
    Copy the full SHA
    7d091ce View commit details
    Browse the repository at this point in the history
  11. nixpart0: mark as unbroken

    It builds.
    domenkozar committed Nov 21, 2019
    Copy the full SHA
    c64e17b View commit details
    Browse the repository at this point in the history
  12. Merge pull request #67349 from thefloweringash/amazon-device-names

    ec2/create-amis.sh: register root device as /dev/xvda
    domenkozar committed Nov 21, 2019
    Copy the full SHA
    a47e801 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    522f0df View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    a5a16cd View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    0befd34 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #73869 from worldofpeace/updates-worldofpeace

    [CI] Update packages I maintain
    worldofpeace committed Nov 21, 2019
    Copy the full SHA
    96c374f View commit details
    Browse the repository at this point in the history