mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 21:29:48 +01:00
mopidy: fix formatting
This commit is contained in:
parent
6c1a461a44
commit
e524c57b1f
1 changed files with 4 additions and 4 deletions
|
@ -11,10 +11,10 @@
|
||||||
version = "0";
|
version = "0";
|
||||||
outPath = null;
|
outPath = null;
|
||||||
buildScript = ''
|
buildScript = ''
|
||||||
mkdir -p $out/bin
|
mkdir -p $out/bin
|
||||||
touch $out/bin/mopidy
|
touch $out/bin/mopidy
|
||||||
chmod +x $out/bin/mopidy
|
chmod +x $out/bin/mopidy
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
mopidy-local = { };
|
mopidy-local = { };
|
||||||
|
|
Loading…
Reference in a new issue