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"

View file

@ -229,8 +229,6 @@
pkgs.git
pkgs.nixfmt-rfc-style
pkgs.openssl
pkgs.openssl.dev
];
shellHook = ''

View file

@ -82,8 +82,6 @@
pkgs.emscripten
];
buildInputs = [ pkgs.openssl ];
cargoDeps = pkgs.rustPlatform.importCargoLock {
lockFile = ../../Cargo.lock;
};