add hot_lib to default.nix src include

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-04-28 22:50:33 -04:00 committed by June
parent b8c4d6b157
commit 3f8407dd64

View file

@ -20,6 +20,7 @@ craneLib.buildPackage rec {
root = inputs.self;
include = [
"src"
"hot_lib"
"Cargo.toml"
"Cargo.lock"
];