mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 03:43:06 +00:00
dotbot: run nixfmt
This commit is contained in:
parent
46615171d8
commit
d72b652fce
@ -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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user