nixpkgs-bootstrap: update *patched* src name to nixpkgs-$branch-sane

This commit is contained in:
2025-05-13 04:32:43 +00:00
parent 0e198ad482
commit cc3e0e8fa0

View File

@@ -102,7 +102,7 @@ let
fetchpatch2' = if fetchpatch2 != null then fetchpatch2 else unpatchedNixpkgs.fetchpatch2;
patchedSrc = applyPatches' {
name = "nixpkgs-patched-uninsane";
name = "nixpkgs-${branch}-sane";
inherit version;
src = {