aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-11-03 19:32:56 -0800
committerFuwn <[email protected]>2024-11-03 19:32:56 -0800
commit489d534447702ab90011a6be71e00ada03e84a83 (patch)
treed5748769abe2276b9e512f6c13076026622dc5ff /flake.nix
parentfeat(the_daily): add airpods 4 anc article (diff)
downloadlocus-489d534447702ab90011a6be71e00ada03e84a83.tar.xz
locus-489d534447702ab90011a6be71e00ada03e84a83.zip
chore(flake): pin openssl
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 524f3c8..6634028 100644
--- a/flake.nix
+++ b/flake.nix
@@ -36,7 +36,7 @@
nativeBuildInputs = [
rust-bin.nightly."2024-07-17".default
cargo-make
- libressl_3_9
+ openssl_3
pkg-config
cargo-watch
];