upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2024-09-11 12:25:47 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2024-09-11 12:25:47 +0100
commit0ec32cf5e63ad2b97ff8815a65703355f7db92ee (patch)
tree1c931d131bdd1e95c82032bec3e4e760eb76561d /flake.nix
parent8959161c34fdd21cce715715a11f6a52e9a39f58 (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.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/flake.nix b/flake.nix
index 89906c2..de1d0bf 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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 );