mac
This commit is contained in:
@@ -120,6 +120,8 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
pkgs.mjallen.bolt-launcher
|
||||||
|
|
||||||
iw
|
iw
|
||||||
iwd
|
iwd
|
||||||
orca-slicer
|
orca-slicer
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
src = fetchzip {
|
src = fetchzip {
|
||||||
url = "https://github.com/Adamcake/Bolt/releases/download/${version}/Bolt-Linux.zip";
|
url = "https://github.com/Adamcake/Bolt/releases/download/${version}/Bolt-Linux.zip";
|
||||||
sha256 = "sha256-5tGXz2PIz0HIHMGNF7NpYVsB8hnueitNYKi6LtJpuPw="; # Replace with actual hash
|
sha256 = "sha256-5tGXz2PIz0HIHMGNF7NpYVsB8hnueitNYKi6LtJpuPw=";
|
||||||
stripRoot = false;
|
stripRoot = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -168,8 +168,8 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Free open-source third-party implementation of the Jagex Launcher";
|
description = "Free open-source third-party implementation of the Jagex Launcher";
|
||||||
homepage = "https://bolt.adamcake.com/";
|
homepage = "https://bolt.adamcake.com/";
|
||||||
license = licenses.agpl3Only;
|
license = licenses.agpl3Only;
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" "aarch64-linux" ];
|
||||||
maintainers = with maintainers; [ ]; # Add your maintainer name here
|
maintainers = with maintainers; [ ];
|
||||||
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user