Skip to content

Commit

Permalink
style: format code
Browse files Browse the repository at this point in the history
  • Loading branch information
wrvsrx committed May 7, 2024
1 parent e48175e commit 999f9e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
};
};
}
);
Expand Down

0 comments on commit 999f9e0

Please sign in to comment.