Skip to content
Snippets Groups Projects
Select Git revision
0 results

Driver.hs

Blame
  • system-tests.nix NaN GiB
    # The overall system test suite for PrivateStorageio NixOS configuration.
    { pkgs }:
    {
      private-storage = pkgs.nixosTest ./tests/private-storage.nix;
      spending = pkgs.nixosTest ./tests/spending.nix;
      tahoe = pkgs.nixosTest ./tests/tahoe.nix;
    }