about summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-09-06 10:31:40 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-09-06 10:31:40 +0200
commit9a9d5c5880095adeb43a045dca638243c8f946e4 (patch)
tree86e0d23af339b3139efab15749aaf5b59aa0965b /flake.nix
parentchore: Initial commit (diff)
downloadserver-9a9d5c5880095adeb43a045dca638243c8f946e4.zip
feat: Provide basic API frame
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix6
1 files changed, 5 insertions, 1 deletions
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 <https://www.gnu.org/licenses/gpl-3.0.txt>.
-
 {
   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