diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-09-11 12:25:47 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-09-11 12:25:47 +0100 |
| commit | 0ec32cf5e63ad2b97ff8815a65703355f7db92ee (patch) | |
| tree | 1c931d131bdd1e95c82032bec3e4e760eb76561d /flake.nix | |
| parent | 8959161c34fdd21cce715715a11f6a52e9a39f58 (diff) | |
build: remove PKG_CONFIG_PATH env var
as this is not needed. it was originally added as part of diagnosing
openssl availablity
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 3 |
1 files changed, 0 insertions, 3 deletions
| @@ -63,9 +63,6 @@ | |||
| 63 | pkg-config # required by git2 | 63 | pkg-config # required by git2 |
| 64 | openssl | 64 | openssl |
| 65 | ]; | 65 | ]; |
| 66 | shellHook = '' | ||
| 67 | export PKG_CONFIG_PATH="${pkgs.openssl.dev}/lib/pkgconfig" | ||
| 68 | ''; | ||
| 69 | }; | 66 | }; |
| 70 | } | 67 | } |
| 71 | ); | 68 | ); |