From 7aadb71443cbe07d17e2d8e8bc8edfc40f3ccd3d Mon Sep 17 00:00:00 2001
From: Nolan Darilek <nolan@thewordnerd.info>
Date: Thu, 20 Mar 2025 11:31:22 -0500
Subject: [PATCH] Add openssl.

---
 flake.nix | 1 +
 1 file changed, 1 insertion(+)

diff --git a/flake.nix b/flake.nix
index 96a69a1..5469513 100644
--- a/flake.nix
+++ b/flake.nix
@@ -36,6 +36,7 @@
               webkitgtk_4_1
               gtk3
               xdotool.out
+              openssl.dev
             ];
             RUST_SRC_PATH = rustPlatform.rustLibSrc;
           };