JuxtaCode icon

JuxtaCode 1.1.6

Diff, merge, and compare code

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "juxtacode",
  "version": "1.1.6",
  "src": {
    "url": "https://appcast.juxtacode.app/juxtacode-1.1.6.zip",
    "sha256": "888671f3fca29d2a7a6c31a28b80fb8db3e62ea2d31fdc228d3f7f408e7ec27c"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"JuxtaCode.app\" \"$out/Applications/JuxtaCode.app\"",
    "mkdir -p \"$out/bin\" && ln -s \"$out/Applications/JuxtaCode.app/Contents/MacOS/juxta\" \"$out/bin/juxta\""
  ],
  "meta": {
    "description": "Diff, merge, and compare code",
    "homepage": "https://juxtacode.app/"
  }
}