diff options
| author | Fuwn <[email protected]> | 2024-09-30 15:08:03 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-30 15:08:03 -0700 |
| commit | b90d31fb860d6df042ac4bc7eb57799293e9b9d6 (patch) | |
| tree | 43343b2bdde4f3f809b253f677870f2f431bc177 /flake.nix | |
| parent | feat(content): remove interests (diff) | |
| download | locus-b90d31fb860d6df042ac4bc7eb57799293e9b9d6.tar.xz locus-b90d31fb860d6df042ac4bc7eb57799293e9b9d6.zip | |
chore(flake): replace openssl with libressl 3.9
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ nativeBuildInputs = [ rust-bin.nightly."2024-07-17".default cargo-make - openssl + libressl_3_9 pkg-config cargo-watch ]; |