Skip to content

Commit

Permalink
comment out tests producing IFD
Browse files Browse the repository at this point in the history
  • Loading branch information
ibizaman committed Oct 24, 2024
1 parent 443065c commit deb933d
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
src = nixpkgs;
inherit patches;
};

pkgs = import patchedNixpkgs {
inherit system;
};
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit deb933d

Please sign in to comment.