From a2ad38015911ff50d4d4f85b8e590af533f40aeb Mon Sep 17 00:00:00 2001
From: Florian Sesser <florian@private.storage>
Date: Thu, 12 Aug 2021 13:08:55 +0000
Subject: [PATCH] Upgrade test system

---
 nixos/system-tests.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nixos/system-tests.nix b/nixos/system-tests.nix
index 5f51d01d..ff37fc85 100644
--- a/nixos/system-tests.nix
+++ b/nixos/system-tests.nix
@@ -1,6 +1,6 @@
 # The overall system test suite for PrivateStorageio NixOS configuration.
 let
-  pkgs = import ../nixpkgs-ps.nix { };
+  pkgs = import ../nixpkgs-2105.nix { };
 in {
   private-storage = pkgs.nixosTest ./modules/tests/private-storage.nix;
   tahoe = pkgs.nixosTest ./modules/tests/tahoe.nix;
-- 
GitLab