Skip to content
Snippets Groups Projects
system-tests.nix 248 B
Newer Older
  • Learn to ignore specific revisions
  • # 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;
    }