mpbackup/common-attrs.nix

7 lines
64 B
Nix

pkgs:
{
buildInputs = with pkgs; [
restic
ruby
];
}