From d363c47e7fcf5e0be180f89c4d045f3d4291f092 Mon Sep 17 00:00:00 2001 From: Emile Clark-Boman Date: Fri, 13 Feb 2026 13:26:01 +1000 Subject: [PATCH] fix missing ... --- cerulean/nixos-module/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cerulean/nixos-module/default.nix b/cerulean/nixos-module/default.nix index 30e1967..3bf3a9c 100644 --- a/cerulean/nixos-module/default.nix +++ b/cerulean/nixos-module/default.nix @@ -11,7 +11,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -{deploy-rs}: { +{deploy-rs, ...}: { imports = [ ./nixpkgs.nix ./home-manager.nix