Moved package.nix to package-backend.nix to make room for frontend

package
This commit is contained in:
rzuasti
2026-02-12 08:43:24 -05:00
parent 9c5755a2d9
commit d95803c773
3 changed files with 1 additions and 3 deletions
-12
View File
@@ -1,12 +0,0 @@
{pkgs}:
pkgs.rustPlatform.buildRustPackage rec {
pname = "oott";
version = "0.0.1";
src = ./../backend;
cargoLock = {
lockFile = ./../backend/Cargo.lock;
};
nativeBuildInputs = [pkgs.pkg-config];
PKG_CONFIG_PATH = "${pkgs.openssl.dev}/lib/pkgconfig";
}