remove nix-shell

Signed-off-by: iosmanthus <myosmanthustree@gmail.com>
This commit is contained in:
iosmanthus 2022-07-01 15:42:46 +08:00
parent 3724e87df6
commit a76ceaef31
No known key found for this signature in database
GPG Key ID: DEE5BAABFE092169
1 changed files with 0 additions and 14 deletions

View File

@ -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