Browse Source

style: update nix style

Signed-off-by: Christina Sørensen <ces@fem.gg>
Christina Sørensen 5 months ago
parent
commit
efdc2d5654
1 changed files with 2 additions and 1 deletions
  1. 2 1
      flake.nix

+ 2 - 1
flake.nix

@@ -119,7 +119,8 @@
             src = ./.;
             src = ./.;
             mode = "clippy";
             mode = "clippy";
           };
           };
-        } // (import ./nix/trycmd.nix { inherit pkgs naersk' buildInputs; });
+        }
+        // (import ./nix/trycmd.nix { inherit pkgs naersk' buildInputs; });
 
 
         devShells.default = pkgs.mkShell {
         devShells.default = pkgs.mkShell {
           inherit (self.checks.${system}.pre-commit-check) shellHook;
           inherit (self.checks.${system}.pre-commit-check) shellHook;