Browse Source

style: update nix style

Signed-off-by: Christina Sørensen <ces@fem.gg>
Christina Sørensen 3 tháng trước cách đây
mục cha
commit
efdc2d5654
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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;