dotbot: run nixfmt

This commit is contained in:
wxt 2024-10-27 22:29:31 +08:00
parent 46615171d8
commit d72b652fce
No known key found for this signature in database
GPG Key ID: 8281D5EE2D1825A4

View File

@ -1,6 +1,7 @@
{ lib
, python3Packages
, fetchFromGitHub
{
lib,
python3Packages,
fetchFromGitHub,
}:
python3Packages.buildPythonApplication rec {
@ -36,8 +37,7 @@ python3Packages.buildPythonApplication rec {
dotfiles.
'';
homepage = "https://github.com/anishathalye/dotbot";
changelog =
"https://github.com/anishathalye/dotbot/blob/v${version}/CHANGELOG.md";
changelog = "https://github.com/anishathalye/dotbot/blob/v${version}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ ludat ];
};