aarch maybe

This commit is contained in:
mjallen18
2026-01-20 13:50:44 -06:00
parent d4799b6598
commit fbdbbdf328

View File

@@ -37,11 +37,7 @@ in
randstructSeed randstructSeed
; ;
inherit (configfile) src; inherit (configfile) src;
modDirVersion = modDirVersion = lib.versions.pad 3 "${version}${cachyConfig.versions.suffix}";
if stdenv.isAarch64 then
"6.12.47"
else
lib.versions.pad 3 "${version}${cachyConfig.versions.suffix}";
inherit config configfile; inherit config configfile;
allowImportFromDerivation = false; allowImportFromDerivation = false;