Skip to content

Commit 4f395ce

Browse files
committed
fix(nix): repair supervisor crate source packaging
Signed-off-by: Evan Lezar <elezar@nvidia.com>
1 parent 2fbf7e3 commit 4f395ce

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

crates/openshell-supervisor-network/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ license.workspace = true
1010
repository.workspace = true
1111
rust-version.workspace = true
1212

13+
[lib]
14+
path = "src/lib.rs"
15+
1316
[dependencies]
1417
openshell-core = { path = "../openshell-core" }
1518
openshell-ocsf = { path = "../openshell-ocsf" }

crates/openshell-supervisor-process/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ license.workspace = true
1010
repository.workspace = true
1111
rust-version.workspace = true
1212

13+
[lib]
14+
path = "src/lib.rs"
15+
1316
[dependencies]
1417
openshell-core = { path = "../openshell-core" }
1518
openshell-ocsf = { path = "../openshell-ocsf" }

nix/crate.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@
5353
];
5454
assets = [
5555
(root + "/proto")
56-
(root + "/crates/openshell-sandbox/data")
57-
(root + "/crates/openshell-sandbox/src/skills")
58-
(root + "/crates/openshell-sandbox/testdata")
56+
(root + "/crates/openshell-supervisor-network/data")
57+
(root + "/crates/openshell-supervisor-network/testdata")
58+
(root + "/crates/openshell-supervisor-process/src/skills")
5959
];
6060
};
6161
openshell-driver-vm = {

0 commit comments

Comments
 (0)