nixos/tests/packagekit: fix test machine evaluation

aa22be179a dropped the backend setting
which was used in the test, breaking evaluation of the test in the
process. Kind of defeats the purpose of a test if it isn't executed
before merging a change to a module…
master
sternenseemann 2021-04-18 18:40:06 +02:00
parent 41dbd1095b
commit f85086f6c3
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ import ./make-test-python.nix ({ pkgs, ... }: {
environment.systemPackages = with pkgs; [ dbus ];
services.packagekit = {
enable = true;
backend = "test_nop";
};
};