From deb933d10610d2731731c6c249c2ca5c8cdb9e7c Mon Sep 17 00:00:00 2001 From: ibizaman Date: Thu, 24 Oct 2024 13:37:12 +0200 Subject: [PATCH] comment out tests producing IFD --- flake.nix | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/flake.nix b/flake.nix index 0e170e75..f29f802e 100644 --- a/flake.nix +++ b/flake.nix @@ -26,7 +26,6 @@ src = nixpkgs; inherit patches; }; - pkgs = import patchedNixpkgs { inherit system; }; @@ -104,16 +103,18 @@ mergeTests (importFiles [ ./test/modules/arr.nix ./test/modules/davfs.nix - ./test/modules/lib.nix + # TODO: Make this not use IFD + # ./test/modules/lib.nix ./test/modules/nginx.nix ./test/modules/postgresql.nix ]); }; - lib = nix-flake-tests.lib.check { - inherit pkgs; - tests = pkgs.callPackage ./test/modules/lib.nix {}; - }; + # TODO: Make this not use IFD + # lib = nix-flake-tests.lib.check { + # inherit pkgs; + # tests = pkgs.callPackage ./test/modules/lib.nix {}; + # }; } // (vm_test "arr" ./test/services/arr.nix) // (vm_test "audiobookshelf" ./test/services/audiobookshelf.nix)