flake: build plcom crate only
This commit is contained in:
parent
3471ccdfbf
commit
821ddba3b7
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,6 @@
|
|||
# Assets for codegen
|
||||
(lib.hasSuffix ".json" path)
|
||||
||
|
||||
# Static assets
|
||||
# Default filter from crane (allow .rs files)
|
||||
(craneLib.filterCargoSources path type);
|
||||
};
|
||||
|
|
@ -109,6 +108,7 @@
|
|||
plcomBinary = craneLib.buildPackage (
|
||||
commonArgs
|
||||
// {
|
||||
cargoExtraArgs = "-p plcom";
|
||||
cargoArtifacts = plcomClippy;
|
||||
}
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue