comment out tests producing IFD
This commit is contained in:
parent
053fdb15cd
commit
0509601da1
1 changed files with 7 additions and 6 deletions
13
flake.nix
13
flake.nix
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue