1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-09-21 05:47:29 +02:00

mopidy: fix formatting

This commit is contained in:
Robert Helgesson 2024-09-15 01:45:42 +02:00
parent 6c1a461a44
commit e524c57b1f
No known key found for this signature in database
GPG key ID: 96E745BD17AA17ED

View file

@ -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 = { };