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

View File

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