about summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorPeter Hoeg <peter@hoeg.com>2019-04-26 14:19:46 +0800
committerGitHub <noreply@github.com>2019-04-26 14:19:46 +0800
commiteb6ce1c8a9464b4bfe19aee50343255866d3ac9e (patch)
treeeb77b316d31a444fa46b882b7236c9809c032d56 /nixos/tests/all-tests.nix
parent65e3d0da8523903af672c543dc1b6d2a8acca3f8 (diff)
parentab15949f81c80027decdb4554b1f4f8ba4fe8d03 (diff)
downloadnixlib-eb6ce1c8a9464b4bfe19aee50343255866d3ac9e.tar
nixlib-eb6ce1c8a9464b4bfe19aee50343255866d3ac9e.tar.gz
nixlib-eb6ce1c8a9464b4bfe19aee50343255866d3ac9e.tar.bz2
nixlib-eb6ce1c8a9464b4bfe19aee50343255866d3ac9e.tar.lz
nixlib-eb6ce1c8a9464b4bfe19aee50343255866d3ac9e.tar.xz
nixlib-eb6ce1c8a9464b4bfe19aee50343255866d3ac9e.tar.zst
nixlib-eb6ce1c8a9464b4bfe19aee50343255866d3ac9e.zip
Merge pull request #60146 from peterhoeg/f/packagekit
nixos/packagekit: make it not error out + test
Diffstat (limited to 'nixos/tests/all-tests.nix')
-rw-r--r--nixos/tests/all-tests.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index a1871ee5f903..016e695b3ada 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -182,6 +182,7 @@ in
   osrm-backend = handleTest ./osrm-backend.nix {};
   ostree = handleTest ./ostree.nix {};
   overlayfs = handleTest ./overlayfs.nix {};
+  packagekit = handleTest ./packagekit.nix {};
   pam-oath-login = handleTest ./pam-oath-login.nix {};
   pam-u2f = handleTest ./pam-u2f.nix {};
   pantheon = handleTest ./pantheon.nix {};