summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorManuel Bärenz <programming@manuelbaerenz.de>2021-02-27 02:26:02 +0100
committerGitHub <noreply@github.com>2021-02-26 20:26:02 -0500
commit17024be1d1ff96bd58e1b4846b060d417b275744 (patch)
tree6cf2dfbbc9a6b0ec869e907a829fb34baeceddd1 /nixos/tests/all-tests.nix
parent1585a04bcb8deeb63a50c89e89dd0628a4d16077 (diff)
downloadnixpkgs-17024be1d1ff96bd58e1b4846b060d417b275744.tar
nixpkgs-17024be1d1ff96bd58e1b4846b060d417b275744.tar.gz
nixpkgs-17024be1d1ff96bd58e1b4846b060d417b275744.tar.bz2
nixpkgs-17024be1d1ff96bd58e1b4846b060d417b275744.tar.lz
nixpkgs-17024be1d1ff96bd58e1b4846b060d417b275744.tar.xz
nixpkgs-17024be1d1ff96bd58e1b4846b060d417b275744.tar.zst
nixpkgs-17024be1d1ff96bd58e1b4846b060d417b275744.zip
nixos/tests: add musescore
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 5ea7a5c0f05..773f91d8604 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -240,6 +240,7 @@ in
   mosquitto = handleTest ./mosquitto.nix {};
   mpd = handleTest ./mpd.nix {};
   mumble = handleTest ./mumble.nix {};
+  musescore = handleTest ./musescore.nix {};
   munin = handleTest ./munin.nix {};
   mutableUsers = handleTest ./mutable-users.nix {};
   mxisd = handleTest ./mxisd.nix {};