about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorJonas Heinrich <onny@project-insanity.org>2023-12-10 18:38:38 +0100
committerGitHub <noreply@github.com>2023-12-10 18:38:38 +0100
commitb3eddb0c535e57f9a8d64488eede65eec75553a2 (patch)
treea7d7995e442b41976f6c769fc02ae600b57b7d41 /nixos/tests
parenta9496242b7b46ed66b4a7374b1b08c6844dc3083 (diff)
parent1440b865c08f6ae66d4e2e30f06fa4e3bfb6bad6 (diff)
Merge pull request #272646 from onny/btrbk-stream-compress
nixos/btrbk: Add required stream_compress packages
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/btrbk.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/tests/btrbk.nix b/nixos/tests/btrbk.nix
index 5261321dfa2c5..403c9595530d8 100644
--- a/nixos/tests/btrbk.nix
+++ b/nixos/tests/btrbk.nix
@@ -27,7 +27,6 @@ import ./make-test-python.nix ({ pkgs, ... }:
         # don't do it with real ssh keys.
         environment.etc."btrbk_key".text = privateKey;
         services.btrbk = {
-          extraPackages = [ pkgs.lz4 ];
           instances = {
             remote = {
               onCalendar = "minutely";