mirror of
https://github.com/rzuasti/oott.git
synced 2026-07-08 19:21:54 +02:00
grouped nix config in a folder
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{pkgs}:
|
||||
pkgs.rustPlatform.buildRustPackage rec {
|
||||
pname = "oott";
|
||||
version = "0.0.1";
|
||||
src = ./.;
|
||||
cargoLock = {
|
||||
lockFile = ./Cargo.lock;
|
||||
};
|
||||
|
||||
nativeBuildInputs = [pkgs.pkg-config];
|
||||
PKG_CONFIG_PATH = "${pkgs.openssl.dev}/lib/pkgconfig";
|
||||
}
|
||||
Reference in New Issue
Block a user