Skip to content

Commit

Permalink
Revert "test ananicy-cpp module fix" | test done
Browse files Browse the repository at this point in the history
This reverts commit d5b1cfa.

Signed-off-by: John Titor <[email protected]>
  • Loading branch information
JohnRTitor committed Dec 2, 2024
1 parent d5b1cfa commit 41963a6
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 24 deletions.
17 changes: 0 additions & 17 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
nixpkgs-edge.url = "nixpkgs/nixos-unstable-small"; # For latest packages
nixpkgs-master.url = "nixpkgs/master"; # Testing branch of nixpkgs
nixpkgs-cava-fix.url = "github:nixos/nixpkgs/staging-next-24.11";
nixpkgs-ananicy-service-fix.url = "github:nixos/nixpkgs/refs/pull/361172/merge";
nixpkgs-libreoffice-pin.url = "nixpkgs/8487207876bffcf99e92aea3b853998bbeb474f0";

flake-parts = {
Expand Down
5 changes: 0 additions & 5 deletions modules-overlays/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@
}: {
imports = [
#./amdgpu.nix # import modules here to test
"${inputs.nixpkgs-ananicy-service-fix}/nixos/modules/services/misc/ananicy.nix"
];

disabledModules = [
"${inputs.nixpkgs}/nixos/modules/services/misc/ananicy.nix"
];

nixpkgs.overlays = [
Expand Down
2 changes: 1 addition & 1 deletion system/boot/kernel.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
pkgs-edge,
...
}: {
boot.kernelPackages = pkgs.linuxPackages_hardened;
boot.kernelPackages = pkgs.linuxPackages_cachyos;
}

0 comments on commit 41963a6

Please sign in to comment.