Skip to content

Commit

Permalink
test ananicy-cpp module fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRTitor committed Dec 2, 2024
1 parent 474eb7b commit d5b1cfa
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 1 deletion.
17 changes: 17 additions & 0 deletions flake.lock

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

1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
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: 5 additions & 0 deletions modules-overlays/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
}: {
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_cachyos;
boot.kernelPackages = pkgs.linuxPackages_hardened;
}

0 comments on commit d5b1cfa

Please sign in to comment.