Created
August 21, 2017 01:03
-
-
Save benkolera/1e5b9728ba51bd0500487eb5fc791c0d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ nixpkgs ? <nixpkgs> }: | |
import ./package.nix { | |
inherit (nixpkgs) stdenv fetchurl makeWrapper jre; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment