build: add LD_LIBRARY_PATH to devshell for libssl
This commit is contained in:
parent
12dcc37cbe
commit
ae016c6437
1 changed files with 1 additions and 0 deletions
|
|
@ -127,6 +127,7 @@
|
|||
NIX_CONFIG = "experimental-features = nix-command flakes";
|
||||
RUST_SRC_PATH = "${rust}/lib/rustlib/src/rust/library";
|
||||
CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS = "1";
|
||||
LD_LIBRARY_PATH = lib.makeLibraryPath [ pkgs.openssl ];
|
||||
|
||||
shellHook = ''
|
||||
${config.pre-commit.shellHook}
|
||||
|
|
|
|||
Loading…
Reference in a new issue