From a0e0a343aece3864c45eb866a743588f03e7de27 Mon Sep 17 00:00:00 2001
From: Cody Hiar <cody@hiar.ca>
Date: Sun, 5 Jun 2022 14:11:05 -0600
Subject: testing again

---
 flake.nix | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/flake.nix b/flake.nix
index 3931d4d..4576d9f 100644
--- a/flake.nix
+++ b/flake.nix
@@ -18,9 +18,9 @@
         })
       ];
     };
-  in rec {
+  in {
     # From nix >= 2.7 the default app syntax changes
-    defaultApp.${system} = {
+    defaultApp.${system} = rec {
       type = "app";
       program = "${packages.${system}.neovimCH}/bin/nvim";
     };
-- 
cgit v1.2.3