summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/rangehttpserver
diff options
context:
space:
mode:
authorJason Yundt <jason@jasonyundt.email>2025-06-27 14:48:10 -0400
committerJason Yundt <jason@jasonyundt.email>2025-07-13 06:53:51 -0400
commitd2392c7a2b84dd6efb66660786101f25afdcd800 (patch)
tree000aebf4e6400f6776d2a99aaff0728545617550 /pkgs/development/python-modules/rangehttpserver
parent91870837c864e82025323b1d4523686042c00bc9 (diff)
resholve: fix using Nix API with overlays
Before this change, if you used an overlay to override the version of resholve that Nixpkgs uses, then Nixpkgs would sometimes use the new version of resholve and sometimes use the previous version of resholve. Specifically, pkgs.resholve would use the new version of resholve and pkgs.resholve.writeScriptBin would use the previous version of resholve. This change makes it so that if an overlay replaces pkgs.resholve, then pkgs.resholve and pkgs.resholve.writeScriptBin will still use the same version of resholve. Fixes #418458.
Diffstat (limited to 'pkgs/development/python-modules/rangehttpserver')
0 files changed, 0 insertions, 0 deletions