about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorPol Dellaiera <pol.dellaiera@protonmail.com>2024-05-07 08:56:13 +0200
committerGitHub <noreply@github.com>2024-05-07 08:56:13 +0200
commit52b35c58330678dc5d360296087dc007aa46c239 (patch)
treeae8e102707096f426642d9c72f2ce71125befb8e /nixos/tests
parent219a17302657b03d87e8fba06a6a67901bacf281 (diff)
parentf959fd3fff605950d39fc0e71d6f3bcc303f11b3 (diff)
Merge pull request #309534 from getchoo/nixos/fish/package-option
nixos/fish: add `package` option
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/fish.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/tests/fish.nix b/nixos/tests/fish.nix
index 3d9b13c6af70a..c9a1bef51478e 100644
--- a/nixos/tests/fish.nix
+++ b/nixos/tests/fish.nix
@@ -10,6 +10,8 @@ import ./make-test-python.nix ({ pkgs, ... }: {
         coreutils
         procps # kill collides with coreutils' to test https://github.com/NixOS/nixpkgs/issues/56432
       ];
+      # TODO: remove if/when #267880 is merged and this is a default
+      services.logrotate.enable = false;
     };
 
   testScript =