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; src = nixpkgs;
inherit patches; inherit patches;
}; };
pkgs = import patchedNixpkgs { pkgs = import patchedNixpkgs {
inherit system; inherit system;
}; };
@ -103,16 +102,18 @@
mergeTests (importFiles [ mergeTests (importFiles [
./test/modules/arr.nix ./test/modules/arr.nix
./test/modules/davfs.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/nginx.nix
./test/modules/postgresql.nix ./test/modules/postgresql.nix
]); ]);
}; };
lib = nix-flake-tests.lib.check { # TODO: Make this not use IFD
inherit pkgs; # lib = nix-flake-tests.lib.check {
tests = pkgs.callPackage ./test/modules/lib.nix {}; # inherit pkgs;
}; # tests = pkgs.callPackage ./test/modules/lib.nix {};
# };
} }
// (vm_test "arr" ./test/services/arr.nix) // (vm_test "arr" ./test/services/arr.nix)
// (vm_test "audiobookshelf" ./test/services/audiobookshelf.nix) // (vm_test "audiobookshelf" ./test/services/audiobookshelf.nix)