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: f5e7da91cfa7
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: a25ad68a554d
Choose a head ref
  • 3 commits
  • 29 files changed
  • 2 contributors

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.
    
    (cherry picked from commit 11d204a)
    vcunat committed Mar 22, 2019
    Copy the full SHA
    511a731 View commit details
    Browse the repository at this point in the history
  2. nixos docs: run the formatting tool (no content change)

    As documented in the docs themselves :-)
    vcunat committed Mar 22, 2019
    Copy the full SHA
    cccb3b6 View commit details
    Browse the repository at this point in the history
  3. 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`.
    
    (cherry picked from commit f116d04)
    nlewo committed Mar 22, 2019
    Copy the full SHA
    a25ad68 View commit details
    Browse the repository at this point in the history