comment out tests producing IFD

This commit is contained in:
ibizaman 2024-10-24 13:37:12 +02:00
parent 053fdb15cd
commit 0509601da1

View file

@ -26,7 +26,6 @@
src = nixpkgs;
inherit patches;
};
pkgs = import patchedNixpkgs {
inherit system;
};
@ -103,16 +102,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)