mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
nixos/fish: disable logrotate service in module test
headstart on https://github.com/NixOS/nixpkgs/pull/267880
This commit is contained in:
parent
3056f09554
commit
f959fd3fff
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user