From 2605ed55fc5ce807d4e8a15462daf6449f061bc9 Mon Sep 17 00:00:00 2001 From: Florian Sesser <florian@private.storage> Date: Wed, 14 Jul 2021 17:19:23 +0000 Subject: [PATCH] System tests currently still depend on older nixpkgs --- 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 b2556d46..5f51d01d 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> { }; + pkgs = import ../nixpkgs-ps.nix { }; in { private-storage = pkgs.nixosTest ./modules/tests/private-storage.nix; tahoe = pkgs.nixosTest ./modules/tests/tahoe.nix; -- GitLab