4 lines
98 B
Nix
4 lines
98 B
Nix
|
{ pkgs ? import <nixpkgs> {}}: rec {
|
||
|
offline-backups = pkgs.callPackage ./offline-backups {};
|
||
|
}
|