aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-09-30 15:08:03 -0700
committerFuwn <[email protected]>2024-09-30 15:08:03 -0700
commitb90d31fb860d6df042ac4bc7eb57799293e9b9d6 (patch)
tree43343b2bdde4f3f809b253f677870f2f431bc177
parentfeat(content): remove interests (diff)
downloadlocus-b90d31fb860d6df042ac4bc7eb57799293e9b9d6.tar.xz
locus-b90d31fb860d6df042ac4bc7eb57799293e9b9d6.zip
chore(flake): replace openssl with libressl 3.9
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 5293f40..55f0e67 100644
--- a/flake.nix
+++ b/flake.nix
@@ -33,7 +33,7 @@
nativeBuildInputs = [
rust-bin.nightly."2024-07-17".default
cargo-make
- openssl
+ libressl_3_9
pkg-config
cargo-watch
];