nixpkgs-bootstrap: update *patched* src name to nixpkgs-$branch-sane
This commit is contained in:
@@ -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 = {
|
||||
|
Reference in New Issue
Block a user