Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
zprint # zprint
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
zprint # zprint
];
} Package Definition
{
"pname": "zprint",
"version": "1.3.0",
"src": {
"url": "https://github.com/kkinnear/zprint/releases/download/1.3.0/zprintma-1.3.0",
"sha256": "c2bf0161fbb182759b7f1e6e89d6b0ef50cbcacd5e6f990c8b5c4886f361efd3"
},
"installPhase": [
"mkdir -p \"$out/bin\" && ln -s \"zprintma-1.3.0\" \"$out/bin/zprint\""
],
"meta": {
"description": "Library to reformat Clojure and Clojurescript source code and s-expressions",
"homepage": "https://github.com/kkinnear/zprint"
}
}