Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nixos/hardware.display: init module #279789

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Jun 24, 2024

  1. makeModulesClosure: include /lib/firmware/edid

    modules-closure.sh seems to consider everything under
     /lib/firmware to be a kernel module,
     this change adds a special handling of `edid` directory,
     which does not contain kernel modules
    
    fixes NixOS#279739
    nazarewk committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    d0fd553 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66a9df2 View commit details
    Browse the repository at this point in the history
  3. nixos/hardware.display: init

    nazarewk committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    ff1dbef View commit details
    Browse the repository at this point in the history
  4. edido: init

    nazarewk committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    a4c90f1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    50f6052 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    42305e7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dc05041 View commit details
    Browse the repository at this point in the history