Commit 969102bd authored by scrufulufugus's avatar scrufulufugus Committed by Alyssa Ross
Browse files

system76-scheduler: migrate to pkgs/by-name format

parent 1d4df7ad
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+0 −2
Original line number Diff line number Diff line
@@ -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; };