mpbackup/common-attrs.nix

8 lines
64 B
Nix
Raw Normal View History

2020-03-25 17:22:32 +01:00
pkgs:
{
buildInputs = with pkgs; [
restic
ruby
];
}