From f460393c6974784758a1038d904507f3a71ce946 Mon Sep 17 00:00:00 2001
From: Daniel Firth <dan.firth@homotopic.tech>
Date: Thu, 1 Dec 2022 18:51:11 +0000
Subject: [PATCH] typo

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

diff --git a/flake.nix b/flake.nix
index 91cfe549..f98d4956 100644
--- a/flake.nix
+++ b/flake.nix
@@ -86,8 +86,8 @@
       };
 
       checks = {
-        dhall-format = lint-utils.outputs.linters.${system}.dhall-format { src = ./. };
-        nixpkgs-fmt = lint-utils.outputs.linters.${system}.nixpkgs-fmt { src = ./. };
+        dhall-format = lint-utils.outputs.linters.${system}.dhall-format { src = ./.; };
+        nixpkgs-fmt = lint-utils.outputs.linters.${system}.nixpkgs-fmt { src = ./.; };
       };
 
       inherit legacyPackages;
-- 
GitLab