diff --git a/flake.nix b/flake.nix
index 53e32a186d2a5cbd3f2e0239731ea2ee2d703f3b..2bdd07122fb6f5d1345eb1809f3e603d1905664f 100644
--- a/flake.nix
+++ b/flake.nix
@@ -23,7 +23,10 @@
     flake-utils.lib.eachSystem [ "x86_64-linux" ] (system: let
 
       mach-nix = mach-nix-flake.lib.${system};
-      pkgs = import nixpkgs { inherit system; config = { allowUnfree = true; }; };
+      pkgs = import nixpkgs {
+        inherit system;
+        config = { allowUnfree = true; };
+      };
       lib = pkgs.lib;
 
       kivy-env = mach-nix.mkPython {