refactor(nix): remove openssl dependency

This commit is contained in:
Amaan Qureshi 2025-09-04 03:59:47 -04:00 committed by Amaan Qureshi
parent 595299a3c2
commit d287acfcc0
3 changed files with 0 additions and 6 deletions

View file

@ -99,8 +99,6 @@
pkgs.libclang
];
buildInputs = [ pkgs.openssl ];
buildPhase = ''
export HOME=$TMPDIR
export LIBCLANG_PATH="${pkgs.libclang.lib}/lib"