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