flake: use direct commit URL for happy-coder patch
Moves the happy-coder patch from PR-based template to custom patches using a stable commit URL instead of the PR number. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -224,10 +224,6 @@
|
|||||||
}: let
|
}: let
|
||||||
# Nixpkgs PR patches - just specify PR number and hash
|
# Nixpkgs PR patches - just specify PR number and hash
|
||||||
nixpkgsPRPatches = [
|
nixpkgsPRPatches = [
|
||||||
{
|
|
||||||
pr = 488591; # happy-coder: 0.11.2 -> 0.13.0
|
|
||||||
hash = "sha256-mlmZcwxP7IV93mQEAR3PYw8MRmNPRWXKbk9ZEKHqZc8=";
|
|
||||||
}
|
|
||||||
# claude-code
|
# claude-code
|
||||||
# {
|
# {
|
||||||
# pr = 464698;
|
# pr = 464698;
|
||||||
@@ -241,6 +237,11 @@
|
|||||||
|
|
||||||
# Custom patches that don't fit the PR template
|
# Custom patches that don't fit the PR template
|
||||||
nixpkgsCustomPatches = [
|
nixpkgsCustomPatches = [
|
||||||
|
{
|
||||||
|
# PR #488591: happy-coder: 0.11.2 -> 0.13.0
|
||||||
|
url = "https://github.com/NixOS/nixpkgs/commit/72ddcd82e5c09d47358a1f9add9f85032dcfb4a8.patch";
|
||||||
|
hash = "sha256-mlmZcwxP7IV93mQEAR3PYw8MRmNPRWXKbk9ZEKHqZc8=";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
# Home-manager PR patches - just specify PR number and hash
|
# Home-manager PR patches - just specify PR number and hash
|
||||||
|
|||||||
Reference in New Issue
Block a user