nixos

NixOS server files. Mirror from https://git.nordgedanken.dev/kubernetes/nixos
git clone git://archive.git.mtrnord.blog/MTRNord/nixos.git
Log | Files | Refs | README

commit 669550aa76c7381c59d8d41c716d2a44c958856b
parent c425536ec3da104ca65d8223aa0174a9f620490d
Author: MTRNord <mtrnord1@gmail.com>
Date:   Thu, 19 Oct 2023 10:09:04 +0200

try patching patroni

Diffstat:
Moverlays/default.nix | 10++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)

diff --git a/overlays/default.nix b/overlays/default.nix @@ -45,6 +45,16 @@ }); }; + patroni = prev.patroni.overrideAttrs (old: { + nativeCheckInputs = with pkgs.python312.pythonPackages; [ + flake8 + mock + pytestCheckHook + pytest-cov + requests + ]; + }); + # When applied, the unstable nixpkgs set (declared in the flake inputs) will # be accessible through 'pkgs.unstable' unstable-packages = final: _prev: {