Merge pull request #119812 from sternenseemann/packagekit-fix-test

nixos/tests/packagekit: fix test machine evaluation
This commit is contained in:
Sandro 2021-04-18 19:14:25 +02:00 committed by GitHub
commit f3a1bb4e37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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