Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-01-24 | nixos/tests/mpd.nix: mpc_cli -> mpc-cli | AndersonTorres | 1 | -1/+1 | |
2021-01-18 | Merge pull request #97449 from AberDerBart/mpd | Sandro | 1 | -1/+1 | |
nixos/mpd: fix not properly testing for songs to be in the playlist | |||||
2021-01-10 | treewide: simplify pkgs.stdenv.lib -> pkgs.lib | Dominik Xaver Hörl | 1 | -1/+1 | |
The library does not depend on stdenv, that `stdenv` exposes `lib` is an artifact of the ancient origins of nixpkgs. | |||||
2020-12-11 | nixos/mpd: conditionally provision required directories with StateDirectory | Aaron Andersen | 1 | -2/+4 | |
2020-09-08 | nixos/mpd: fix not properly testing for songs to be in the playlist | Jonas Grosse-Holz | 1 | -1/+1 | |
2020-04-10 | treewide: Per RFC45, remove all unquoted URLs | Michael Reilly | 1 | -1/+1 | |
2019-11-22 | nixosTests.mpd: port to python | Florian Klink | 1 | -23/+22 | |
2019-11-13 | nixos/tests: fix mpd test | Franz Pletz | 1 | -28/+42 | |
2018-07-20 | [bot] nixos/*: remove unused arguments in lambdas | volth | 1 | -3/+3 | |
2018-06-19 | mpd: add NixOS tests | Emmanuel Rosa | 1 | -0/+119 | |
This change adds NixOS tests for the MPD (Music Player Daemon) module. Tests include: - Playing audio locally using ALSA directly. - Playing audio locally using PulseAudio (backed by ALSA). - Playing audio from an external client. - Rejecting an external client when it's not explicitly allowed (default configuration). refs #41772 |