From d72b652fce9268ff5d199b934b4cb00218ec0726 Mon Sep 17 00:00:00 2001 From: wxt <3264117476@qq.com> Date: Sun, 27 Oct 2024 22:29:31 +0800 Subject: [PATCH] dotbot: run nixfmt --- pkgs/by-name/do/dotbot/package.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pkgs/by-name/do/dotbot/package.nix b/pkgs/by-name/do/dotbot/package.nix index 9ae2368f530e..644435ef02a1 100644 --- a/pkgs/by-name/do/dotbot/package.nix +++ b/pkgs/by-name/do/dotbot/package.nix @@ -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 ]; };