cerulean/nix/snow/flake/modules/default.nix

5 lines
47 B
Nix

{...}: {
imports = [
./deploy.nix
];
}