commit f09a716ae0d803ddda3927849e49147d1d7af370 parent 669550aa76c7381c59d8d41c716d2a44c958856b Author: MTRNord <mtrnord1@gmail.com> Date: Thu, 19 Oct 2023 10:09:35 +0200 fixup! try patching patroni Diffstat:
| M | overlays/default.nix | | | 20 | +++++++++++--------- |
1 file changed, 11 insertions(+), 9 deletions(-)
diff --git a/overlays/default.nix b/overlays/default.nix @@ -45,15 +45,17 @@ }); }; - patroni = prev.patroni.overrideAttrs (old: { - nativeCheckInputs = with pkgs.python312.pythonPackages; [ - flake8 - mock - pytestCheckHook - pytest-cov - requests - ]; - }); + + 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'