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 ef6bbe07578a5ffae35f729f6d20d5ce1c03378d
parent 1740df2860312b08ac7f75aa2a7a5cc74b283a55
Author: MTRNord <mtrnord1@gmail.com>
Date:   Thu, 19 Oct 2023 10:49:53 +0200

meow

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

diff --git a/overlays/default.nix b/overlays/default.nix @@ -44,21 +44,6 @@ }); - python = - let - pythonOverrides = self: super: { - apipkg = super.apipkg.overridePythonAttrs (x: { - disabledTestPaths = [ - # ModuleNotFoundError: No module named '_xyz' - "test_apipkg.py" - ]; - pytestFlagsArray = [ ]; - }); - - }; - in - pkgs.python39.override { inherit packageOverrides; self = python; }; - apipkg = prev.apipkg.overrideAttrs (old: { disabledTestPaths = [ # ModuleNotFoundError: No module named '_xyz'