Skip to content

Commit

Permalink
cachyos: drop drbd (#960)
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroHLC authored Jan 21, 2025
1 parent e300abf commit 18c577a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/linux-cachyos/packages-for.nix
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ let
basePackages = linuxPackagesFor kernel;
packagesWithZFS = basePackages.extend addZFS;
packagesWithExtend = if packagesExtend == null then packagesWithZFS else packagesWithZFS.extend (packagesExtend kernel);
packagesWithRemovals = removeAttrs packagesWithExtend [ "zfs" "zfs_2_1" "zfs_2_2" "zfs_unstable" "lkrg" ];
packagesWithRemovals = removeAttrs packagesWithExtend [ "zfs" "zfs_2_1" "zfs_2_2" "zfs_unstable" "lkrg" "drbd" ];
packagesWithoutUpdateScript = nyxUtils.dropAttrsUpdateScript packagesWithRemovals;
packagesWithRightPlatforms = nyxUtils.setAttrsPlatforms supportedPlatforms packagesWithoutUpdateScript;

Expand Down

0 comments on commit 18c577a

Please sign in to comment.