mirror of https://github.com/tikv/client-java.git
remove nix-shell
Signed-off-by: iosmanthus <myosmanthustree@gmail.com>
This commit is contained in:
parent
3724e87df6
commit
a76ceaef31
14
shell.nix
14
shell.nix
|
|
@ -1,14 +0,0 @@
|
|||
{ pkgs ? import <nixpkgs> {} }:
|
||||
|
||||
(
|
||||
pkgs.buildFHSUserEnv {
|
||||
name = "client-java-shell";
|
||||
targetPkgs = pkgs: with pkgs;[ git maven openjdk8 ];
|
||||
runScript = ''
|
||||
env \
|
||||
GIT_SSL_CAINFO=/etc/ssl/certs/ca-certificates.crt \
|
||||
JAVA_HOME=${pkgs.openjdk8}/lib/openjdk \
|
||||
bash
|
||||
'';
|
||||
}
|
||||
).env
|
||||
Loading…
Reference in New Issue