CNSjs icon

CNSjs 1.11.1

Interface for CNC milling controllers

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "cncjs",
  "version": "1.11.1",
  "src": {
    "url": "https://github.com/cncjs/cncjs/releases/download/v1.11.1/cncjs-app-1.11.1-macos-arm64.dmg",
    "sha256": "b34a71c820d0e0e0addc15319ebd44596c88ca49b15bf534eb671f28e601a0f9"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/CNCjs.app\" && cp -r \"CNCjs.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Interface for CNC milling controllers",
    "homepage": "https://cnc.js.org/"
  }
}