about summary refs log tree commit diff
path: root/pkgs/applications/audio/castopod
diff options
context:
space:
mode:
authormisuzu <bakalolka@gmail.com>2023-04-07 16:36:13 +0300
committerAlexander Tomokhov <alexoundos@gmail.com>2023-09-25 10:17:44 +0400
commitc220d280b0696d1e8a49d1174f57e0880f33a421 (patch)
tree77877b0b4e5acc3853ac850fc61f87507ce5413b /pkgs/applications/audio/castopod
parentcf6e43a3dd32d1fce0a315afd365aa90ee19130d (diff)
nixosTests.castopod: init
Diffstat (limited to 'pkgs/applications/audio/castopod')
-rw-r--r--pkgs/applications/audio/castopod/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/audio/castopod/default.nix b/pkgs/applications/audio/castopod/default.nix
index e4cdb6025f313..9d9f83e2ecce4 100644
--- a/pkgs/applications/audio/castopod/default.nix
+++ b/pkgs/applications/audio/castopod/default.nix
@@ -2,6 +2,7 @@
 , fetchurl
 , ffmpeg-headless
 , lib
+, nixosTests
 , stateDirectory ? "/var/lib/castopod"
 }:
 stdenv.mkDerivation {
@@ -39,6 +40,7 @@ stdenv.mkDerivation {
     cp -r . $out/share/castopod
   '';
 
+  passthru.tests.castopod = nixosTests.castopod;
   passthru.updateScript = ./update.sh;
 
   meta = with lib; {