summaryrefslogtreecommitdiffstats
path: root/nixos
diff options
context:
space:
mode:
authorFrancesco Gazzetta <fgaz@fgaz.me>2021-08-17 22:40:48 +0200
committerFrancesco Gazzetta <fgaz@fgaz.me>2021-08-17 22:40:48 +0200
commitea300d1e2d7b8cccf914cbded2ac66170ed70067 (patch)
treeff70fe46654bd41c3253109dbc5f620f39f9155e /nixos
parent6327a87b56a22ce2b28d1bcc6767b02af558fd72 (diff)
shattered-pixel-dungeon: 0.9.3 -> 1.0.0
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/shattered-pixel-dungeon.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/shattered-pixel-dungeon.nix b/nixos/tests/shattered-pixel-dungeon.nix
index cf6ee8db80b2..d8c4b44819e4 100644
--- a/nixos/tests/shattered-pixel-dungeon.nix
+++ b/nixos/tests/shattered-pixel-dungeon.nix
@@ -10,6 +10,7 @@ import ./make-test-python.nix ({ pkgs, ... }: {
];
services.xserver.enable = true;
+ sound.enable = true;
environment.systemPackages = [ pkgs.shattered-pixel-dungeon ];
};