nixos/fish: disable logrotate service in module test

headstart on https://github.com/NixOS/nixpkgs/pull/267880
This commit is contained in:
seth 2024-05-07 00:37:22 -04:00
parent 3056f09554
commit f959fd3fff
No known key found for this signature in database
GPG Key ID: D31BD0D494BBEE86

View File

@ -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 =