summary refs log tree commit diff
path: root/nixos/tests/keepassxc.nix
diff options
context:
space:
mode:
authorlinsui <linsui555@gmail.com>2022-12-24 17:59:15 +0800
committerlinsui <linsui555@gmail.com>2023-01-10 20:50:15 +0800
commita2e21c76c7d31d8f54a564c49ad3ef54d76fc1e4 (patch)
tree3c0d66b83c6e43603808ed8743b5e1a78c43e153 /nixos/tests/keepassxc.nix
parent16f0d689deae07f24967d0ab95c014d6d3a317a4 (diff)
downloadnixpkgs-a2e21c76c7d31d8f54a564c49ad3ef54d76fc1e4.tar
nixpkgs-a2e21c76c7d31d8f54a564c49ad3ef54d76fc1e4.tar.gz
nixpkgs-a2e21c76c7d31d8f54a564c49ad3ef54d76fc1e4.tar.bz2
nixpkgs-a2e21c76c7d31d8f54a564c49ad3ef54d76fc1e4.tar.lz
nixpkgs-a2e21c76c7d31d8f54a564c49ad3ef54d76fc1e4.tar.xz
nixpkgs-a2e21c76c7d31d8f54a564c49ad3ef54d76fc1e4.tar.zst
nixpkgs-a2e21c76c7d31d8f54a564c49ad3ef54d76fc1e4.zip
rename config.qt5 -> config.qt
Diffstat (limited to 'nixos/tests/keepassxc.nix')
-rw-r--r--nixos/tests/keepassxc.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/keepassxc.nix b/nixos/tests/keepassxc.nix
index 303be133040..debb469032a 100644
--- a/nixos/tests/keepassxc.nix
+++ b/nixos/tests/keepassxc.nix
@@ -17,7 +17,7 @@ import ./make-test-python.nix ({ pkgs, ...} :
     services.xserver.enable = true;
 
     # Regression test for https://github.com/NixOS/nixpkgs/issues/163482
-    qt5 = {
+    qt = {
       enable = true;
       platformTheme = "gnome";
       style = "adwaita-dark";