Go to file
Maximilian Bosch c055f6bc0a
nixos/mysql: fix evaluation of percona test
Commit e14483d6a6 fixed a bug in the `ini`
type with `listsAsDuplicatedKeys = true;`: multiple list declarations
weren't merged, but latter declarations shadowed the former without any
error.

The fix brought another issue to surface however: before, the
`plugin-load-add` declaration in the MySQL test shadowed the
`auth_socket.so` setting in the module. But now the attempt
to merge a list and a single declaration breaks because of
`types.either` seeing a mix of declarations from the left
AND right type.

Turning the `plugin-load-add` in the module into a list triggers the
correct merging behavior and thus fixes the evaluation error (and
merging behavior of `plugin-load-add`)!

This wasn't an issue for mysql itself (empty `plugin-load-add` in the
test) and neither for mariadb (the `auth_socket.so` isn't added for
this).
2024-11-29 21:55:49 +01:00
.github .github/labeler.yml: add more paths to Java 2024-11-23 18:33:00 +00:00
ci add python-updates to dev branches 2024-11-28 08:35:39 +01:00
doc buildMavenPackage: Add overrideMavenAttrs function and buildOffline documentation (#313152) 2024-11-27 01:11:47 -08:00
lib freebsd: Add support for aarch64 (#358053) 2024-11-26 20:39:38 -05:00
maintainers maintainers: add damhiya 2024-11-28 07:30:11 +01:00
nixos nixos/mysql: fix evaluation of percona test 2024-11-29 21:55:49 +01:00
pkgs percona-server_8_0: 8.0.37-29 -> 8.0.39-30 2024-11-28 12:31:21 +01:00
.editorconfig .editorconfig: accept package.json indent as is 2024-07-29 19:24:33 +02:00
.git-blame-ignore-revs .git-blame-ignore-revs: add 'treewide: migrate packages to pkgs/by-name, take 1' 2024-11-09 20:41:28 +08:00
.gitattributes .gitattributes: Mark ci/OWNERS as CODEOWNERS 2024-10-10 01:40:43 +02:00
.gitignore Ignore Direnv files 2024-07-23 17:06:34 +07:00
.mailmap mailmap: remap moni's email 2024-11-28 01:07:59 +08:00
.version
CONTRIBUTING.md 25.05 is Warbler 2024-11-14 09:10:54 -08:00
COPYING
default.nix
flake.nix flake.nix: exclude armv6-linux, riscv64-linux, and FreeBSD from devShells 2024-10-16 08:46:44 -07:00
README.md README: use relative links to CONTRIBUTING.md (#211584) 2024-11-12 11:37:49 +05:30
shell.nix shell.nix: Support nix-shell -A 2024-11-02 23:51:41 +01:00

NixOS logo

Contributors badge Open Collective supporters

Nixpkgs is a collection of over 100,000 software packages that can be installed with the Nix package manager. It also implements NixOS, a purely-functional Linux distribution.

Manuals

  • NixOS Manual - how to install, configure, and maintain a purely-functional Linux distribution
  • Nixpkgs Manual - contributing to Nixpkgs and using programming-language-specific Nix expressions
  • Nix Package Manager Manual - how to write Nix expressions (programs), and how to use Nix command line tools

Community

Other Project Repositories

The sources of all official Nix-related projects are in the NixOS organization on GitHub. Here are some of the main ones:

  • Nix - the purely functional package manager
  • NixOps - the tool to remotely deploy NixOS machines
  • nixos-hardware - NixOS profiles to optimize settings for different hardware
  • Nix RFCs - the formal process for making substantial changes to the community
  • NixOS homepage - the NixOS.org website
  • hydra - our continuous integration system
  • NixOS Artwork - NixOS artwork

Continuous Integration and Distribution

Nixpkgs and NixOS are built and tested by our continuous integration system, Hydra.

Artifacts successfully built with Hydra are published to cache at https://cache.nixos.org/. When successful build and test criteria are met, the Nixpkgs expressions are distributed via Nix channels.

Contributing

Nixpkgs is among the most active projects on GitHub. While thousands of open issues and pull requests might seem a lot at first, it helps consider it in the context of the scope of the project. Nixpkgs describes how to build tens of thousands of pieces of software and implements a Linux distribution. The GitHub Insights page gives a sense of the project activity.

Community contributions are always welcome through GitHub Issues and Pull Requests.

For more information about contributing to the project, please visit the contributing page.

Donations

The infrastructure for NixOS and related projects is maintained by a nonprofit organization, the NixOS Foundation. To ensure the continuity and expansion of the NixOS infrastructure, we are looking for donations to our organization.

You can donate to the NixOS foundation through SEPA bank transfers or by using Open Collective:

License

Nixpkgs is licensed under the MIT License.

Note: MIT license does not apply to the packages built by Nixpkgs, merely to the files in this repository (the Nix expressions, build scripts, NixOS modules, etc.). It also might not apply to patches included in Nixpkgs, which may be derivative works of the packages to which they apply. The aforementioned artifacts are all covered by the licenses of the respective packages.