From f924887c4b646aa2ce762039070f8741ab933221 Mon Sep 17 00:00:00 2001 From: seth Date: Tue, 19 Sep 2023 00:28:30 -0400 Subject: feat!: introduce fetchPackwizModpack this is a major **breaking** change, replacing previous functions such as `mkPackwizPackages` & `mkModLinks` --- lib/packwiz-installer-bootstrap.nix | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lib/packwiz-installer-bootstrap.nix (limited to 'lib/packwiz-installer-bootstrap.nix') diff --git a/lib/packwiz-installer-bootstrap.nix b/lib/packwiz-installer-bootstrap.nix new file mode 100644 index 0000000..b456567 --- /dev/null +++ b/lib/packwiz-installer-bootstrap.nix @@ -0,0 +1,7 @@ +{fetchurl}: +fetchurl rec { + pname = "packwiz-installer-bootstrap"; + version = "0.0.3"; + url = "https://github.com/packwiz/packwiz-installer-bootstrap/releases/download/v${version}/packwiz-installer-bootstrap.jar"; + hash = "sha256-qPuyTcYEJ46X9GiOgtPZGjGLmO/AjV2/y8vKtkQ9EWw="; +} -- cgit v1.2.3