8 stdenvNoCC.mkDerivation {
9 pname = "ananicy-rules-cachyos";
10 version = "0-unstable-2024-10-25";
12 src = fetchFromGitHub {
14 repo = "ananicy-rules";
15 rev = "707b16506be2c54028546181461ebf47cfe72d83";
16 hash = "sha256-189eHlSLGgSgT2KIkj+c5pKpPZ34vacZzlYOFGfwEFM=";
24 mkdir -p $out/etc/ananicy.d
26 cp -r * $out/etc/ananicy.d
30 passthru.updateScript = unstableGitUpdater {
31 hardcodeZeroVersion = true;
35 homepage = "https://github.com/CachyOS/ananicy-rules";
36 description = "CachyOS' ananicy-rules meant to be used with ananicy-cpp";
37 license = lib.licenses.gpl3Only;
38 platforms = lib.platforms.linux;
39 maintainers = with lib.maintainers; [