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…
This commit is contained in:
parent
41dbd1095b
commit
f85086f6c3
@ -8,7 +8,6 @@ import ./make-test-python.nix ({ pkgs, ... }: {
|
|||||||
environment.systemPackages = with pkgs; [ dbus ];
|
environment.systemPackages = with pkgs; [ dbus ];
|
||||||
services.packagekit = {
|
services.packagekit = {
|
||||||
enable = true;
|
enable = true;
|
||||||
backend = "test_nop";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user