iBioSim/flake.nix

9 lines
153 B
Nix

{ lib, fetchFromGitHub, jre, makeWrapper, maven }:
{
inputs = {
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
};
outputs = { };
}