This commit is contained in:
mjallen18
2025-09-17 19:29:34 -05:00
parent 02debc8387
commit 0a40f7712a
2 changed files with 5 additions and 3 deletions

View File

@@ -120,6 +120,8 @@ in
};
home.packages = with pkgs; [
pkgs.mjallen.bolt-launcher
iw
iwd
orca-slicer

View File

@@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
src = fetchzip {
url = "https://github.com/Adamcake/Bolt/releases/download/${version}/Bolt-Linux.zip";
sha256 = "sha256-5tGXz2PIz0HIHMGNF7NpYVsB8hnueitNYKi6LtJpuPw="; # Replace with actual hash
sha256 = "sha256-5tGXz2PIz0HIHMGNF7NpYVsB8hnueitNYKi6LtJpuPw=";
stripRoot = false;
};
@@ -168,8 +168,8 @@ stdenv.mkDerivation rec {
description = "Free open-source third-party implementation of the Jagex Launcher";
homepage = "https://bolt.adamcake.com/";
license = licenses.agpl3Only;
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ ]; # Add your maintainer name here
platforms = [ "x86_64-linux" "aarch64-linux" ];
maintainers = with maintainers; [ ];
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
};
}