devices.wlin: fix chn-bsub override usage

This commit is contained in:
2026-01-03 16:20:21 +08:00
parent f5e70e16b2
commit e2556f3a04
2 changed files with 3 additions and 2 deletions

View File

@@ -6,4 +6,5 @@
nativeBuildInputs = [ cmake pkg-config ];
postInstall = "ln -s chn-bsub $out/bin/chn_bsub";
cmakeFlags = lib.optional (bsubConfig != null) [ "-DBSUB_CONFIG=${bsubConfig}" ];
passthru = { inherit bsubConfig; };
}