4 lines
72 B
Nix
4 lines
72 B
Nix
{
|
|
inherit (import ./lib/deploy.nix) deploy;
|
|
pkgs = import ./pkgs;
|
|
}
|