programs/mercurial: add missing "less" dependency
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
{ ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
sane.programs.mercurial = {
|
sane.programs.mercurial = {
|
||||||
|
suggestedPrograms = [
|
||||||
|
"less" #< TODO: this might be a missing dependency on the nix side of things?
|
||||||
|
];
|
||||||
sandbox.net = "clearnet";
|
sandbox.net = "clearnet";
|
||||||
sandbox.whitelistPwd = true;
|
sandbox.whitelistPwd = true;
|
||||||
sandbox.whitelistSsh = true;
|
sandbox.whitelistSsh = true;
|
||||||
|
Reference in New Issue
Block a user