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