ops/nixos: give everything a consistent mercurial
This commit is contained in:
parent
0c461e9422
commit
c5d03b795e
2 changed files with 4 additions and 4 deletions
|
@ -21,7 +21,10 @@ in
|
|||
time.timeZone = mkDefault "Etc/UTC";
|
||||
|
||||
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 = {
|
||||
|
|
|
@ -87,9 +87,6 @@ in {
|
|||
(steam.override { extraProfile = nvidia-offload-profile; })
|
||||
rebuilder
|
||||
blackbox
|
||||
(mercurial.overridePythonAttrs (origAttrs: {
|
||||
propagatedBuildInputs = origAttrs.propagatedBuildInputs ++ [python3Packages.hg-evolve];
|
||||
}))
|
||||
arcanist
|
||||
age
|
||||
(depot.nix.pkgs.secretsync.configure {
|
||||
|
|
Loading…
Reference in a new issue