nixos: point claude-desktop at colonelpanic8 fork my-main branch

Integration branch with 12 merged upstream PRs (Fedora fixes, AppArmor
userns profiles, cowork perms, GNOME Wayland shortcuts, helper cleanup,
AppStream metainfo, etc.) that aaddrick hasn't merged yet.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-09 12:54:16 -07:00
parent e6e0cd6d5e
commit ab49f6c079
2 changed files with 7 additions and 6 deletions

11
nixos/flake.lock generated
View File

@@ -135,15 +135,16 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1780889015, "lastModified": 1781033503,
"narHash": "sha256-/hopwNR5blDo2/GHrbEetKrh1Xm4uqnDb0mPtxllW9k=", "narHash": "sha256-zjujw/yqKQaK8MBjqe4axVXyaTfIJT+S99tq2tNynCs=",
"owner": "aaddrick", "owner": "colonelpanic8",
"repo": "claude-desktop-debian", "repo": "claude-desktop-debian",
"rev": "3a013797926057145625c6d9ae9ec5f3b8d23c43", "rev": "fdaf9ccf7d89ed3b23995c05a94d4c9ddd1d57db",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "aaddrick", "owner": "colonelpanic8",
"ref": "my-main",
"repo": "claude-desktop-debian", "repo": "claude-desktop-debian",
"type": "github" "type": "github"
} }

View File

@@ -278,7 +278,7 @@
}; };
claude-desktop = { claude-desktop = {
url = "github:aaddrick/claude-desktop-debian"; url = "github:colonelpanic8/claude-desktop-debian/my-main";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };