ops/nixos: add restic everywhere
This commit is contained in:
parent
4a0897b0cb
commit
a31599ad1b
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
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: {
|
(mercurial.overridePythonAttrs (origAttrs: {
|
||||||
propagatedBuildInputs = origAttrs.propagatedBuildInputs ++ [python3Packages.hg-evolve depot.nix.pkgs.hg-git];
|
propagatedBuildInputs = origAttrs.propagatedBuildInputs ++ [python3Packages.hg-evolve depot.nix.pkgs.hg-git];
|
||||||
}))
|
}))
|
||||||
|
|
Loading…
Reference in a new issue