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

Commits on Jun 10, 2019

  1. nixos-generate-config: add support for bcache

    Add "bcache" to boot.initrd.availableKernelModules if a bcache device is
    detected.
    
    This fixes a problem I've had one too many times: I install NixOS and
    forget to add "bcache", resulting in an unbootable machine (until fixed
    with Live CD). Now NixOS will do it for me.
    bjornfor committed Jun 10, 2019
    Copy the full SHA
    4755811 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2019

  1. Merge pull request #62966 from bjornfor/nixos-generate-config-bcache

    nixos-generate-config: add support for bcache
    edolstra committed Jun 12, 2019
    Copy the full SHA
    734b3e7 View commit details
    Browse the repository at this point in the history