nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

kvdo: no longer broken on kernel 5.17+

+1 -1
+1 -1
pkgs/os-specific/linux/kvdo/default.nix
··· 30 30 homepage = "https://github.com/dm-vdo/kvdo"; 31 31 description = "A pair of kernel modules which provide pools of deduplicated and/or compressed block storage"; 32 32 platforms = platforms.linux; 33 - broken = kernel.kernelOlder "5.15" || kernel.kernelAtLeast "5.17"; 33 + broken = kernel.kernelOlder "5.15"; 34 34 }; 35 35 }