mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 03:29:45 +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";
|
||||
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 = { };
|
||||
|
|
Loading…
Reference in a new issue