Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
devin-desktop_next # Devin Desktop Next (Beta)
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
devin-desktop_next # Devin Desktop Next (Beta)
];
} Package Definition
{
"pname": "devin-desktop_next",
"version": "3.0.1028+next.e9f7e622f4,e9f7e622f49ec544e97d0e624691d71a963ac40b",
"src": {
"url": "https://windsurf-stable.codeiumdata.com/darwin-arm64-dmg/next/e9f7e622f49ec544e97d0e624691d71a963ac40b/Devin-darwin-arm64-3.0.1028+next.e9f7e622f4.dmg",
"sha256": "b16d42629f70e3097c6d98865be888dcc14f2ec3be55fefa0d52a47924756bff"
},
"installPhase": [
"mkdir -p \"$out/Applications/Devin - Next.app\" && cp -r \"Devin - Next.app\" \"$out/Applications\"",
"mkdir -p \"$out/bin\" && ln -s \"$out/Applications/Devin - Next.app/Contents/Resources/app/bin/devin-desktop-next\" \"$out/bin/devin-desktop-next\""
],
"meta": {
"description": "Agentic IDE with AI agent command center",
"homepage": "https://codeium.com/windsurf/download-next"
}
}