about summary refs log tree commit diff
path: root/nixos/tests/shattered-pixel-dungeon.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/shattered-pixel-dungeon.nix')
-rw-r--r--nixos/tests/shattered-pixel-dungeon.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/tests/shattered-pixel-dungeon.nix b/nixos/tests/shattered-pixel-dungeon.nix
index b4ac1670b5cad..cabf192c6002f 100644
--- a/nixos/tests/shattered-pixel-dungeon.nix
+++ b/nixos/tests/shattered-pixel-dungeon.nix
@@ -10,7 +10,6 @@ import ./make-test-python.nix ({ pkgs, ... }: {
     ];
 
     services.xserver.enable = true;
-    sound.enable = true;
     environment.systemPackages = [ pkgs.shattered-pixel-dungeon ];
   };