about summary refs log tree commit diff
path: root/nixos/tests/budgie.nix
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2024-04-10 21:33:34 +0800
committerBobby Rong <rjl931189261@126.com>2024-04-10 21:33:34 +0800
commit2a8a59aebb851f48004c5b659909f3fb2c4bd189 (patch)
treef698908adcd5dda98de9633bfedb529bfef99667 /nixos/tests/budgie.nix
parenta6ada0502be8e784b08b24dd023f3653499bd526 (diff)
nixos/budgie: Don't enable modules for excludePackages
ref: bc970e94e786d554237c931457ac50f5c415b9f0
ref: nixpkgs issue 299877
Diffstat (limited to 'nixos/tests/budgie.nix')
-rw-r--r--nixos/tests/budgie.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/nixos/tests/budgie.nix b/nixos/tests/budgie.nix
index 5228e869b056a..203e718c8c6d9 100644
--- a/nixos/tests/budgie.nix
+++ b/nixos/tests/budgie.nix
@@ -18,6 +18,10 @@ import ./make-test-python.nix ({ pkgs, lib, ... }: {
       };
     };
 
+    # We don't ship gnome-text-editor in Budgie module, we add this line mainly
+    # to catch eval issues related to this option.
+    environment.budgie.excludePackages = [ pkgs.gnome-text-editor ];
+
     services.xserver.desktopManager.budgie = {
       enable = true;
       extraPlugins = [