mopidy: fix formatting

This commit is contained in:
Robert Helgesson 2024-09-15 01:45:42 +02:00
parent 6c1a461a44
commit e524c57b1f
Failed to generate hash of commit

View file

@ -11,10 +11,10 @@
version = "0";
outPath = null;
buildScript = ''
mkdir -p $out/bin
touch $out/bin/mopidy
chmod +x $out/bin/mopidy
'';
mkdir -p $out/bin
touch $out/bin/mopidy
chmod +x $out/bin/mopidy
'';
};
mopidy-local = { };