UVtools icon

UVtools 5.1.7

MSLA/DLP, file analysis, calibration, repair, conversion and manipulation

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    uvtools # UVtools
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    uvtools # UVtools
  ];
}

Package Definition

{
  "pname": "uvtools",
  "version": "5.1.7",
  "src": {
    "url": "https://github.com/sn4k3/UVtools/releases/download/v5.1.7/UVtools_osx-arm64_v5.1.7.zip",
    "sha256": "dbd09514ed303ccebfdf8f276fb3f7ec2016e303ce44eb4cf75527ff2c1ede76"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/UVtools.app\" && cp -r \"UVtools.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "MSLA/DLP, file analysis, calibration, repair, conversion and manipulation",
    "homepage": "https://github.com/sn4k3/UVtools"
  }
}