mercurial: ship mercurialFull

not sure _entirely_ what it adds though
This commit is contained in:
2025-07-15 23:02:55 +00:00
parent e4fc268c24
commit fde708e602

View File

@@ -1,6 +1,8 @@
{ ... }:
{ pkgs, ... }:
{
sane.programs.mercurial = {
packageUnwrapped = pkgs.mercurialFull;
sandbox.wrapperType = "inplace"; # etc/mercurial/hgrc refers to hg python-path (to define an extension)
suggestedPrograms = [
"less" #< TODO: this might be a missing dependency on the nix side of things?
];