Ver código fonte

style: update nix style

Signed-off-by: Christina Sørensen <ces@fem.gg>
Christina Sørensen 3 meses atrás
pai
commit
efdc2d5654
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2 1
      flake.nix

+ 2 - 1
flake.nix

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