ops/nixos: give everything a consistent mercurial

This commit is contained in:
Luke Granger-Brown 2020-05-09 18:15:12 +01:00
parent 0c461e9422
commit c5d03b795e
2 changed files with 4 additions and 4 deletions

View file

@ -21,7 +21,10 @@ in
time.timeZone = mkDefault "Etc/UTC"; time.timeZone = mkDefault "Etc/UTC";
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
vim mercurial rxvt_unicode.terminfo rebuilder vim rxvt_unicode.terminfo rebuilder
(mercurial.overridePythonAttrs (origAttrs: {
propagatedBuildInputs = origAttrs.propagatedBuildInputs ++ [python3Packages.hg-evolve];
}))
]; ];
networking.firewall = { networking.firewall = {

View file

@ -87,9 +87,6 @@ in {
(steam.override { extraProfile = nvidia-offload-profile; }) (steam.override { extraProfile = nvidia-offload-profile; })
rebuilder rebuilder
blackbox blackbox
(mercurial.overridePythonAttrs (origAttrs: {
propagatedBuildInputs = origAttrs.propagatedBuildInputs ++ [python3Packages.hg-evolve];
}))
arcanist arcanist
age age
(depot.nix.pkgs.secretsync.configure { (depot.nix.pkgs.secretsync.configure {