mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-11 16:49:22 +08:00
devices.wlin: fix chn-bsub override usage
This commit is contained in:
@@ -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; };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user