Skip to content
Snippets Groups Projects
system-tests.nix 284 B
Newer Older
  • Learn to ignore specific revisions
  • # The overall system test suite for PrivateStorageio NixOS configuration.
    
    Florian Sesser's avatar
    Florian Sesser committed
      pkgs = import ../nixpkgs-2105.nix { };
    
      private-storage = pkgs.nixosTest ./tests/private-storage.nix;
    
      spending = pkgs.nixosTest ./tests/spending.nix;
    
      tahoe = pkgs.nixosTest ./tests/tahoe.nix;