Skip to content
Snippets Groups Projects
system-tests.nix 240 B
Newer Older
  • Learn to ignore specific revisions
  • # The overall system test suite for PrivateStorageio NixOS configuration.
    
    let
      pkgs = import <nixpkgs> { };
    in {
      private-storage = pkgs.nixosTest ./modules/tests/private-storage.nix;
      tahoe = pkgs.nixosTest ./modules/tests/tahoe.nix;
    }