From b0f89f238dcbe677cf98efdb6fa611ad8c1f8eff Mon Sep 17 00:00:00 2001 From: mehbark Date: Mon, 14 Aug 2023 07:18:50 -0400 Subject: [PATCH] missing semicolon loloops --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 77e8ec8..a150971 100644 --- a/flake.nix +++ b/flake.nix @@ -9,6 +9,6 @@ modules = [ ./configuration.nix ]; - } + }; }; }