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

Commits on Jan 11, 2021

  1. nixos/modules-closure.sh: don't fail if firmware is missing

    Since fdf3215, we no longer allow
    missing modules in the initrd. Unfortunately since before this commit,
    the modules-closure script would also fail on missing firmware, which
    is a very common case (e.g. xhci-pci.ko.xz lists renesas_usb_fw.mem as
    dependent firmware). Fix this by only issuing a warning instead.
    xaverdh committed Jan 11, 2021
    Copy the full SHA
    49130f9 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2021

  1. Merge pull request #109030 from xaverdh/modules-closure-ignore-missin…

    …g-firmware
    
    nixos/modules-closure.sh: don't fail if firmware is missing
    Mic92 committed Jan 12, 2021
    Copy the full SHA
    ba09100 View commit details
    Browse the repository at this point in the history