Skip to content

Commit

Permalink
Add formatting team (#1337)
Browse files Browse the repository at this point in the history
As [established by RFC
166](https:/NixOS/rfcs/blob/master/rfcs/0166-nix-formatting.md#nix-formatter-team),
see also NixOS/nixfmt#153.

Before merging I'd like all members to give their okay with their entry.
Ping @NixOS/nix-formatting

---------

Co-authored-by: Sereja313 <[email protected]>
  • Loading branch information
infinisil and Sereja313 authored Mar 19, 2024
1 parent e421504 commit e3edcac
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
1 change: 1 addition & 0 deletions public/images/teams/formatting.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 30 additions & 0 deletions src/content/teams/12_formatting.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
name: Nix Formatting Team
description: Maintains the official Nix formatter and standard format.
members:
- name: Silvan Mosberger
github: infinisil
title: Administrative leader, sponsored by Tweag and Antithesis
- name: piegames
github: piegamesde
title: Main developer
- name: Thomas Bereknyei
github: tomberek
title: Supporting developer, sponsored by Flox
- name: "0x4A6F"
github: "0x4A6F"
title:
- name: Sergey Gulin
github: Sereja313
title: Sponsored by Serokell
- name: Janne Heß
github: dasJ
title:
contact:
- name: Team page
href: https:/NixOS/nixfmt/tree/master/team
---

The Nix formatting team was established by [RFC 166](https:/NixOS/rfcs/pull/166) and is in charge of:
- Maintaining the [official Nix formatter](https:/NixOS/nixfmt)
- Applying the official Nix formatter to [Nixpkgs](https:/nixos/nixpkgs/)
5 changes: 5 additions & 0 deletions src/pages/community/teams/[...slug].astro
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ const { Content } = await entry.render();
(<a href={"https://discourse.nixos.org/u/" + member.discourse}>@{member.discourse}</a>)
</>
)}
{member.github && (
<>
(<a href={"https:/" + member.github}>@{member.github}</a>)
</>
)}
{member.title && (
<>
&mdash;
Expand Down

0 comments on commit e3edcac

Please sign in to comment.