From c48dadd479dcabcdcf68432ef020e17fa1bb6310 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Sun, 5 Jan 2025 18:32:55 +0100 Subject: [PATCH] test stuff --- doc/development.md | 2 ++ maintainers/maintainer-list.nix | 12 ++++++------ nixos/default.nix | 2 +- shell.nix | 2 +- 4 files changed, 10 insertions(+), 8 deletions(-) diff --git a/doc/development.md b/doc/development.md index 0c092befca245..e334e6932de6b 100644 --- a/doc/development.md +++ b/doc/development.md @@ -1,5 +1,7 @@ # Development of Nixpkgs {#part-development} +Hello + This section shows you how Nixpkgs is being developed and how you can interact with the contributors and the latest updates. If you are interested in contributing yourself, see [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md). diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 2a3b5a1f2b086..ed8f30f2437bb 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -65,18 +65,18 @@ file located in the root of the Nixpkgs repo. */ { - _0b11stan = { - name = "Tristan Auvinet Pinaudeau"; - email = "tristan@tic.sh"; - github = "0b11stan"; - githubId = 27831931; - }; _0david0mp = { email = "davidmrpr@proton.me"; github = "0david0mp"; githubId = 54892055; name = "David mp"; }; + _0b11stan = { + name = "Tristan Auvinet Pinaudeau"; + email = "tristan@tic.sh"; + github = "0b11stan"; + githubId = 27831931; + }; _0nyr = { email = "onyr.maintainer@gmail.com"; github = "0nyr"; diff --git a/nixos/default.nix b/nixos/default.nix index f338e13fadb05..281651d587114 100644 --- a/nixos/default.nix +++ b/nixos/default.nix @@ -15,7 +15,7 @@ in { inherit (eval) pkgs config options; - system = eval.config.system.build.toplevel; + system = eval.config.system.build.toplevel; inherit (eval.config.system.build) vm vmWithBootLoader; } diff --git a/shell.nix b/shell.nix index ecb444e75ec01..b7d5065f71842 100644 --- a/shell.nix +++ b/shell.nix @@ -29,7 +29,7 @@ in curPkgs // pkgs.mkShellNoCC { packages = with pkgs; [ - # The default formatter for Nix code + # The default formatter for Nix code # See https://github.com/NixOS/nixfmt nixfmt-rfc-style # Helper to review Nixpkgs PRs