mirror of
https://github.com/Hopiu/lychee.git
synced 2026-03-17 05:00:26 +00:00
Remove unneeded variables
This commit is contained in:
parent
88b6282493
commit
a420f744f3
1 changed files with 0 additions and 6 deletions
|
|
@ -28,10 +28,6 @@
|
|||
"clippy"
|
||||
];
|
||||
};
|
||||
libPath = pkgs.lib.makeLibraryPath [
|
||||
pkgs.pkg-config
|
||||
pkgs.openssl
|
||||
];
|
||||
in
|
||||
pkgs.mkShell {
|
||||
packages = [
|
||||
|
|
@ -39,9 +35,7 @@
|
|||
pkgs.openssl
|
||||
rust
|
||||
];
|
||||
LD_LIBRARY_PATH = libPath;
|
||||
RUST_BACKTRACE = 1;
|
||||
LIBCLANG_PATH = "${pkgs.libclang.lib}/lib";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue