Skip to content

Instantly share code, notes, and snippets.

@Pamplemousse
Created July 22, 2020 03:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Pamplemousse/6d88a9f7baecd7e6526b2997e49075a7 to your computer and use it in GitHub Desktop.
Save Pamplemousse/6d88a9f7baecd7e6526b2997e49075a7 to your computer and use it in GitHub Desktop.
with import <nixpkgs> { };
stdenv.mkDerivation rec {
name = "ZAP";
buildInputs = [
openjdk
];
shellHook = ''
'';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment