mac
This commit is contained in:
@@ -120,6 +120,8 @@ in
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
pkgs.mjallen.bolt-launcher
|
||||
|
||||
iw
|
||||
iwd
|
||||
orca-slicer
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user