ddcci-driver
patch no more needed
This commit is contained in:
parent
52d0f2ad8d
commit
fb21aab2e3
1 changed files with 10 additions and 9 deletions
|
@ -118,15 +118,16 @@
|
||||||
|
|
||||||
# https://github.com/NixOS/nixpkgs/issues/328909
|
# https://github.com/NixOS/nixpkgs/issues/328909
|
||||||
boot.extraModulePackages = [
|
boot.extraModulePackages = [
|
||||||
(config.boot.kernelPackages.ddcci-driver.overrideAttrs (old: {
|
# (config.boot.kernelPackages.ddcci-driver.overrideAttrs (old: {
|
||||||
patches = [ ];
|
# patches = [ ];
|
||||||
src = pkgs.fetchFromGitLab {
|
# src = pkgs.fetchFromGitLab {
|
||||||
owner = "${old.pname}-linux";
|
# owner = "${old.pname}-linux";
|
||||||
repo = "${old.pname}-linux";
|
# repo = "${old.pname}-linux";
|
||||||
rev = "7853cbfc28bc62e87db79f612568b25315397dd0";
|
# rev = "7853cbfc28bc62e87db79f612568b25315397dd0";
|
||||||
hash = "sha256-QImfvYzMqyrRGyrS6I7ERYmteaTijd8ZRnC6+bA9OyM=";
|
# hash = "sha256-QImfvYzMqyrRGyrS6I7ERYmteaTijd8ZRnC6+bA9OyM=";
|
||||||
};
|
# };
|
||||||
}))
|
# }))
|
||||||
|
config.boot.kernelPackages.ddcci-driver
|
||||||
];
|
];
|
||||||
|
|
||||||
# systemd.services.ddcci = {
|
# systemd.services.ddcci = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue