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

Commits on Jan 19, 2019

  1. installer/tools: Avoid duplicate LUKS device entries in hw config

    There are situations where several filesystems reside on a single encrypted LUKS
    device (e.g. when using BTRFS subvolumes).
    
    Simply generating a `boot.init.luks.devices.NAME.device` entry for each mounted
    filesystem will result in an error later when evaluating the nix expression in
    `hardware-configuration.nix`.
    avdv committed Jan 19, 2019
    Copy the full SHA
    352e06d View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2019

  1. Merge pull request #54339 from avdv/avoid-duplicate-luks-device

    installer/tools: Avoid duplicate LUKS device entries in hw config
    infinisil committed Jan 22, 2019
    Copy the full SHA
    115cf2e View commit details
    Browse the repository at this point in the history