Skip to content
Snippets Groups Projects
system-tests.nix 248 B
Newer Older
# The overall system test suite for PrivateStorageio NixOS configuration.
  pkgs = import ../nixpkgs-ps.nix { };
in {
  private-storage = pkgs.nixosTest ./modules/tests/private-storage.nix;
  tahoe = pkgs.nixosTest ./modules/tests/tahoe.nix;
}