cedar: build cedar-language-server (#537443)

This commit is contained in:
Peder Bergebakken Sundt
2026-07-02 21:39:27 +00:00
committed by GitHub

View File

@@ -23,6 +23,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
cargoBuildFlags = [
"--bin"
"cedar"
"--bin"
"cedar-language-server"
];
cargoTestFlags = finalAttrs.cargoBuildFlags;