system76-power: Move out of kernel category

system76-power: add alias at old location
This commit is contained in:
scrufulufugus 2024-05-07 17:16:38 -07:00 committed by Alyssa Ross
parent 2026af42ed
commit a1c03ab062
3 changed files with 4 additions and 3 deletions

View File

@ -36,7 +36,7 @@ let
};
};
power-pkg = config.boot.kernelPackages.system76-power;
power-pkg = pkgs.system76-power;
powerConfig = mkIf cfg.power-daemon.enable {
# Make system76-power usable by root from the command line.
environment.systemPackages = [ power-pkg ];

View File

@ -26053,6 +26053,8 @@ with pkgs;
system76-keyboard-configurator = callPackage ../applications/misc/system76-keyboard-configurator { };
system76-power = callPackage ../os-specific/linux/system76-power { };
ocf-resource-agents = callPackage ../os-specific/linux/ocf-resource-agents { };
open-vm-tools-headless = open-vm-tools.override { withX = false; };

View File

@ -516,8 +516,6 @@ in {
system76-acpi = callPackage ../os-specific/linux/system76-acpi { };
system76-power = callPackage ../os-specific/linux/system76-power { };
system76-io = callPackage ../os-specific/linux/system76-io { };
system76-scheduler = callPackage ../os-specific/linux/system76-scheduler { };
@ -610,6 +608,7 @@ in {
xmm7360-pci = throw "Support for the XMM7360 WWAN card was added to the iosm kmod in mainline kernel version 5.18";
amdgpu-pro = throw "amdgpu-pro was removed due to lack of maintenance"; # Added 2024-06-16
kvdo = throw "kvdo was removed, because it was added to mainline in kernel version 6.9"; # Added 2024-07-08
system76-power = lib.warn "kernelPackages.system76-power is now pkgs.system76-power" pkgs.system76-power; # Added 2024-10-16
});
hardenedPackagesFor = kernel: overrides: packagesFor (hardenedKernelFor kernel overrides);