From 974b3e2d48d7da5013d52a623f0dbb9d897e9f4f Mon Sep 17 00:00:00 2001 From: Patrick Menking Date: Tue, 17 Sep 2024 20:53:29 -0400 Subject: [PATCH] Fix ; --- modules/core.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core.nix b/modules/core.nix index 8b94fd4..2546829 100644 --- a/modules/core.nix +++ b/modules/core.nix @@ -80,6 +80,6 @@ }; }; }; - }: + }; }; }