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;
|
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)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue