about summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 0e463ff..cef87a7 100644
--- a/flake.nix
+++ b/flake.nix
@@ -249,8 +249,9 @@
              
             - using gorilla/mux
           '';
-      };
+        };
 
       # checks = builtins.mapAttrs (system: deployLib: deployLib.deployChecks self.deploy) deploy-rs.lib;
     };
+  };
 }