ZeNixComputa: Fix ckb-next
Some checks failed
Build / load_packages (push) Failing after 14s
Build / check (push) Failing after 16s
Build / build (push) Has been skipped
Build / build-status (push) Failing after 5s

This commit is contained in:
traxys 2026-01-07 13:53:49 +01:00
parent 2d312d2a31
commit b6d668c8b2

View file

@ -113,7 +113,12 @@
};
};
hardware.ckb-next.enable = true;
hardware.ckb-next = {
enable = true;
package = pkgs.ckb-next.overrideAttrs (old: {
cmakeFlags = (old.cmakeFlags or [ ]) ++ [ "-DUSE_DBUS_MENU=0" ];
});
};
services.postgresql = {
package = pkgs.postgresql_16;