-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Whatever it takes to build my system again
Get scx module from NixOS/nixpkgs#358339 Signed-off-by: John Titor <[email protected]>
- Loading branch information
1 parent
df453c9
commit bb38f8e
Showing
5 changed files
with
81 additions
and
48 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,21 @@ | ||
{ | ||
lib, | ||
pkgs, | ||
pkgs-edge, | ||
pkgs-master, | ||
inputs, | ||
... | ||
}: { | ||
imports = [ | ||
#./amdgpu.nix # import modules here to test | ||
"${inputs.nixpkgs-master}/nixos/modules/services/scheduling/scx.nix" | ||
"${inputs.nixpkgs-scx-test}/nixos/modules/services/scheduling/scx.nix" | ||
]; | ||
|
||
nixpkgs.overlays = [ | ||
(final: prev: { | ||
cava = inputs.nixpkgs-cava-fix.legacyPackages.${pkgs.system}.cava; | ||
mission-center = pkgs-master.mission-center; | ||
libreoffice-fresh = inputs.nixpkgs-cava-fix.legacyPackages.${pkgs.system}.libreoffice-fresh; | ||
mission-center = pkgs-edge.mission-center; | ||
libreoffice-fresh = inputs.nixpkgs-libreoffice-pin.legacyPackages.${pkgs.system}.libreoffice-fresh; | ||
}) | ||
]; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters