mirror of
https://github.com/rzuasti/oott.git
synced 2026-07-08 19:21:54 +02:00
Moved package.nix to package-backend.nix to make room for frontend
package
This commit is contained in:
@@ -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";
|
||||
}
|
||||
Reference in New Issue
Block a user