JuxtaCode icon

JuxtaCode 1.1.13

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.13",
  "src": {
    "url": "https://appcast.juxtacode.app/juxtacode-1.1.13.zip",
    "sha256": "dbe3f7f2d12791b46b69b45f52b2164079efbf9fe7e6572826cdc06ae2677fd1"
  },
  "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/"
  }
}