From 999f9e067d90e774c051f7f5ad5b0e857ecd7293 Mon Sep 17 00:00:00 2001 From: wrvsrx Date: Tue, 7 May 2024 10:07:12 +0800 Subject: [PATCH] style: format code --- flake.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index d90ab63..ff36e97 100644 --- a/flake.nix +++ b/flake.nix @@ -108,7 +108,9 @@ packages = pkgs-to-packages pkgs; checks = builtins.removeAttrs packages [ "yuzu" ]; formatter = pkgs.nixfmt-rfc-style; - devShells.default = pkgs.mkShell { nativeBuildInputs = [ inputs.nvfetcher.packages."${system}".default ]; }; + devShells.default = pkgs.mkShell { + nativeBuildInputs = [ inputs.nvfetcher.packages."${system}".default ]; + }; }; } );