about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorJonas Heinrich <onny@project-insanity.org>2023-12-07 10:55:26 +0100
committerJonas Heinrich <onny@project-insanity.org>2023-12-09 13:03:46 +0100
commit1440b865c08f6ae66d4e2e30f06fa4e3bfb6bad6 (patch)
tree019acc86ae1165d353c8887f134d6e87730f7c45 /nixos/tests
parentd79cacf1b26b152d4294c6d49519e0b06977275e (diff)
downloadnixlib-1440b865c08f6ae66d4e2e30f06fa4e3bfb6bad6.tar
nixlib-1440b865c08f6ae66d4e2e30f06fa4e3bfb6bad6.tar.gz
nixlib-1440b865c08f6ae66d4e2e30f06fa4e3bfb6bad6.tar.bz2
nixlib-1440b865c08f6ae66d4e2e30f06fa4e3bfb6bad6.tar.lz
nixlib-1440b865c08f6ae66d4e2e30f06fa4e3bfb6bad6.tar.xz
nixlib-1440b865c08f6ae66d4e2e30f06fa4e3bfb6bad6.tar.zst
nixlib-1440b865c08f6ae66d4e2e30f06fa4e3bfb6bad6.zip
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 5261321dfa2c..403c9595530d 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";