Loading maintainers/maintainer-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -16207,6 +16207,12 @@ githubId = 4708337; name = "Marcelo A. de L. Santos"; }; maxicode = { email = "ride-mullets-tidal@duck.com"; github = "maxicode2"; githubId = 65052855; name = "maxicode"; }; maximsmol = { email = "maximsmol@gmail.com"; github = "maximsmol"; Loading pkgs/by-name/ap/applesauce/package.nix 0 → 100644 +33 −0 Original line number Diff line number Diff line { lib, fetchFromGitHub, rustPlatform, }: rustPlatform.buildRustPackage (finalAttrs: { pname = "applesauce"; version = "0.5.19"; src = fetchFromGitHub { owner = "Dr-Emann"; repo = "applesauce"; tag = "applesauce-cli-v${finalAttrs.version}"; hash = "sha256-OJZOB7h3qFkaCaPi+EJxIFX8q/Q38vtI0CmDK4PMD1g="; }; cargoHash = "sha256-gQQpvS2LtlDBXjTqQvSUCXv5UCiQm1kiS/yPcG5KGxY="; meta = { description = "Transparent compression for Apple File System Compression (AFSC)"; homepage = "https://github.com/Dr-Emann/applesauce"; changelog = "https://github.com/Dr-Emann/applesauce/releases/tag/applesauce-cli-v${finalAttrs.version}"; license = with lib.licenses; [ gpl3Plus ]; maintainers = with lib.maintainers; [ maxicode ]; mainProgram = "applesauce"; platforms = lib.platforms.darwin; }; }) Loading
maintainers/maintainer-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -16207,6 +16207,12 @@ githubId = 4708337; name = "Marcelo A. de L. Santos"; }; maxicode = { email = "ride-mullets-tidal@duck.com"; github = "maxicode2"; githubId = 65052855; name = "maxicode"; }; maximsmol = { email = "maximsmol@gmail.com"; github = "maximsmol"; Loading
pkgs/by-name/ap/applesauce/package.nix 0 → 100644 +33 −0 Original line number Diff line number Diff line { lib, fetchFromGitHub, rustPlatform, }: rustPlatform.buildRustPackage (finalAttrs: { pname = "applesauce"; version = "0.5.19"; src = fetchFromGitHub { owner = "Dr-Emann"; repo = "applesauce"; tag = "applesauce-cli-v${finalAttrs.version}"; hash = "sha256-OJZOB7h3qFkaCaPi+EJxIFX8q/Q38vtI0CmDK4PMD1g="; }; cargoHash = "sha256-gQQpvS2LtlDBXjTqQvSUCXv5UCiQm1kiS/yPcG5KGxY="; meta = { description = "Transparent compression for Apple File System Compression (AFSC)"; homepage = "https://github.com/Dr-Emann/applesauce"; changelog = "https://github.com/Dr-Emann/applesauce/releases/tag/applesauce-cli-v${finalAttrs.version}"; license = with lib.licenses; [ gpl3Plus ]; maintainers = with lib.maintainers; [ maxicode ]; mainProgram = "applesauce"; platforms = lib.platforms.darwin; }; })