programs/mercurial: add missing "less" dependency

This commit is contained in:
2025-06-12 17:53:43 +00:00
parent 57711561d6
commit 2c25c54a7e

View File

@@ -1,6 +1,9 @@
{ ... }:
{
sane.programs.mercurial = {
suggestedPrograms = [
"less" #< TODO: this might be a missing dependency on the nix side of things?
];
sandbox.net = "clearnet";
sandbox.whitelistPwd = true;
sandbox.whitelistSsh = true;