Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add formatting team #1337

Merged
merged 2 commits into from
Mar 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Copy link
Member

@mweinelt mweinelt Mar 14, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a precedent for such a sponsorship remark?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Me and @fricklerhandwerk also have that for the docs team, as does @ConnorBaker from the cuda team, all from Tweag

- 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://github.com/NixOS/nixfmt/tree/master/team
---

The Nix formatting team was established by [RFC 166](https://github.com/NixOS/rfcs/pull/166) and is in charge of:
- Maintaining the [official Nix formatter](https://github.com/NixOS/nixfmt)
- Applying the official Nix formatter to [Nixpkgs](https://github.com/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://github.com/" + member.github}>@{member.github}</a>)
</>
)}
{member.title && (
<>
&mdash;
Expand Down
Loading