diff --git a/homes/aarch64-linux/matt@macbook-pro-nixos/default.nix b/homes/aarch64-linux/matt@macbook-pro-nixos/default.nix index d81109b..bdff920 100755 --- a/homes/aarch64-linux/matt@macbook-pro-nixos/default.nix +++ b/homes/aarch64-linux/matt@macbook-pro-nixos/default.nix @@ -120,6 +120,8 @@ in }; home.packages = with pkgs; [ + pkgs.mjallen.bolt-launcher + iw iwd orca-slicer diff --git a/packages/bolt-launcher/default.nix b/packages/bolt-launcher/default.nix index a3ddf81..cc23eac 100644 --- a/packages/bolt-launcher/default.nix +++ b/packages/bolt-launcher/default.nix @@ -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 ]; }; } \ No newline at end of file