mirror of
https://codeberg.org/puppe/mpbackup.git
synced 2025-12-19 21:42:17 +01:00
7 lines
64 B
Nix
7 lines
64 B
Nix
pkgs:
|
|
{
|
|
buildInputs = with pkgs; [
|
|
restic
|
|
ruby
|
|
];
|
|
}
|