[close #626] remove nix-shell (#627)

This commit is contained in:
iosmanthus 2022-07-01 16:53:05 +08:00 committed by GitHub
parent 5a757d95e5
commit 2ae746d1b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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