ops/nixos: add restic everywhere

This commit is contained in:
Luke Granger-Brown 2020-11-17 02:21:46 +00:00
parent 4a0897b0cb
commit a31599ad1b

View file

@ -51,7 +51,7 @@ in
};
environment.systemPackages = with pkgs; [
vim rxvt_unicode.terminfo tmux rebuilder tailscale rsync libarchive tcpdump
vim rxvt_unicode.terminfo tmux rebuilder tailscale rsync libarchive tcpdump restic
(mercurial.overridePythonAttrs (origAttrs: {
propagatedBuildInputs = origAttrs.propagatedBuildInputs ++ [python3Packages.hg-evolve depot.nix.pkgs.hg-git];
}))