From 9a9d5c5880095adeb43a045dca638243c8f946e4 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sat, 6 Sep 2025 10:31:40 +0200 Subject: feat: Provide basic API frame --- flake.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index a0c5b0e..ef454e8 100644 --- a/flake.nix +++ b/flake.nix @@ -8,7 +8,6 @@ # # You should have received a copy of the License along with this program. # If not, see . - { description = "rocie"; @@ -32,9 +31,11 @@ pkgs = nixpkgs.legacyPackages."${system}"; buildInputs = [ + pkgs.openssl ]; nativeBuildInputs = [ + pkgs.pkg-config ]; rocie = pkgs.callPackage ./nix/package.nix {}; @@ -68,6 +69,9 @@ pkgs.cargo-expand pkgs.cargo-flamegraph + # Api + pkgs.openapi-generator-cli + # Releng pkgs.git-bug pkgs.reuse -- cgit 1.4.1