1 { lib, stdenv, buildLinux, fetchFromGitHub, ... } @ args:
5 suffix = "xanmod1-cacule";
7 buildLinux (args // rec {
8 modDirVersion = "${version}-${suffix}";
11 src = fetchFromGitHub {
15 sha256 = "sha256-Qhq01SgLeNbts86DLi/t70HJfJPmM1So1C4eqVyRLK0=";
23 maintainers = with lib.maintainers; [ fortuneteller2k ];
24 description = "Built with custom settings and new features built to provide a stable, responsive and smooth desktop experience";
25 broken = stdenv.hostPlatform.isAarch64;
27 } // (args.argsOverride or { }))