JuxtaCode icon

JuxtaCode 1.4

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.4",
  "src": {
    "url": "https://appcast.juxtacode.app/juxtacode-1.4.zip",
    "sha256": "2ada6268f90b1a0e115ae3284e421db0258ec126fd104ea427884962f6391137"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/JuxtaCode.app\" && cp -r \"JuxtaCode.app\" \"$out/Applications\"",
    "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/"
  }
}