Skip to content

Commit

Permalink
test stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther committed Jan 5, 2025
1 parent 52456be commit f8f3fbc
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
2 changes: 2 additions & 0 deletions doc/development.md
Original file line number Diff line number Diff line change
@@ -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).

Expand Down
12 changes: 6 additions & 6 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -65,18 +65,18 @@
file located in the root of the Nixpkgs repo.
*/
{
_0b11stan = {
name = "Tristan Auvinet Pinaudeau";
email = "[email protected]";
github = "0b11stan";
githubId = 27831931;
};
_0david0mp = {
email = "[email protected]";
github = "0david0mp";
githubId = 54892055;
name = "David mp";
};
_0b11stan = {
name = "Tristan Auvinet Pinaudeau";
email = "[email protected]";
github = "0b11stan";
githubId = 27831931;
};
_0nyr = {
email = "[email protected]";
github = "0nyr";
Expand Down
2 changes: 1 addition & 1 deletion nixos/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f8f3fbc

Please sign in to comment.