Skip to content
Snippets Groups Projects
Select Git revision
  • restricted-sqlite-strategies
  • compare-structured-sql-dumps
  • main default protected
  • 235.backup-and-recovery.recovery
  • mypy
  • real-spender
  • github/fork/tp-la/real-spender
  • 260.metric-rejected-zkaps
  • implicit-lease-renewal-problems
  • mach-nix
  • github/fork/tp-la/deep-traverse
  • v0.0
12 results

privacypass.py

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;
    }