mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-17 05:58:39 +00:00
system76-scheduler: migrate to pkgs/by-name format
This commit is contained in:
parent
1d4df7adcc
commit
969102bd11
@ -252,7 +252,7 @@ in {
|
||||
# No custom settings: just use stock configuration with a fix for Pipewire
|
||||
"system76-scheduler/config.kdl".source = "${cfg.package}/data/config.kdl";
|
||||
"system76-scheduler/process-scheduler/00-dist.kdl".source = "${cfg.package}/data/pop_os.kdl";
|
||||
"system76-scheduler/process-scheduler/01-fix-pipewire-paths.kdl".source = ../../../../pkgs/os-specific/linux/system76-scheduler/01-fix-pipewire-paths.kdl;
|
||||
"system76-scheduler/process-scheduler/01-fix-pipewire-paths.kdl".source = ../../../../pkgs/by-name/sy/system76-scheduler/01-fix-pipewire-paths.kdl;
|
||||
})
|
||||
|
||||
(let
|
||||
|
@ -26055,8 +26055,6 @@ with pkgs;
|
||||
|
||||
system76-power = callPackage ../os-specific/linux/system76-power { };
|
||||
|
||||
system76-scheduler = callPackage ../os-specific/linux/system76-scheduler { };
|
||||
|
||||
ocf-resource-agents = callPackage ../os-specific/linux/ocf-resource-agents { };
|
||||
|
||||
open-vm-tools-headless = open-vm-tools.override { withX = false; };
|
||||
|
Loading…
Reference in New Issue
Block a user