mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
nixos/mopidy: fmt
This commit is contained in:
parent
8f6ffd06a4
commit
dddc9d800a
1 changed files with 15 additions and 10 deletions
|
@ -1,7 +1,11 @@
|
||||||
import ./make-test-python.nix ({ pkgs, ... }: {
|
import ./make-test-python.nix (
|
||||||
|
{ pkgs, ... }:
|
||||||
|
{
|
||||||
name = "mopidy";
|
name = "mopidy";
|
||||||
|
|
||||||
nodes.machine = { ... }: {
|
nodes.machine =
|
||||||
|
{ ... }:
|
||||||
|
{
|
||||||
services.mopidy.enable = true;
|
services.mopidy.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -9,4 +13,5 @@ import ./make-test-python.nix ({ pkgs, ... }: {
|
||||||
machine.wait_for_unit("mopidy")
|
machine.wait_for_unit("mopidy")
|
||||||
machine.wait_for_open_port(6680)
|
machine.wait_for_open_port(6680)
|
||||||
'';
|
'';
|
||||||
})
|
}
|
||||||
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue