programs/mercurial: add missing "less" dependency
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user