nix: build migrate-cli crate
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I022828d4e83b1ccf04a3a6898dafb9ca6a6a6964
This commit is contained in:
parent
fc19dd27c4
commit
17fb0bbe80
1 changed files with 8 additions and 1 deletions
|
|
@ -51,9 +51,16 @@
|
||||||
pname = "common";
|
pname = "common";
|
||||||
cargoExtraArgs = "--package common";
|
cargoExtraArgs = "--package common";
|
||||||
});
|
});
|
||||||
|
|
||||||
|
migrate-cli = craneLib.buildPackage (commonArgs
|
||||||
|
// {
|
||||||
|
inherit cargoArtifacts;
|
||||||
|
pname = "migrate-cli";
|
||||||
|
cargoExtraArgs = "--package migrate-cli";
|
||||||
|
});
|
||||||
in {
|
in {
|
||||||
packages.${system} = {
|
packages.${system} = {
|
||||||
inherit server evaluator queue-runner common;
|
inherit server evaluator queue-runner common migrate-cli;
|
||||||
};
|
};
|
||||||
|
|
||||||
devShells.${system}.default = craneLib.devShell {
|
devShells.${system}.default = craneLib.devShell {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue