infrastructure/default.nix
2020-11-01 20:04:42 +00:00

4 lines
72 B
Nix

{
inherit (import ./lib/deploy.nix) deploy;
pkgs = import ./pkgs;
}