Fix what the previous commit was supposed to do!
This commit is contained in:
parent
16fdc89cf3
commit
bea2da6fd3
|
@ -25,7 +25,7 @@
|
|||
in
|
||||
{
|
||||
packages = {
|
||||
inherit (pkgs) shimmeringmoon;
|
||||
inherit (pkgs) shimmeringmoon private-config;
|
||||
default = pkgs.shimmeringmoon;
|
||||
};
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ runCommand "shimmering-private-config" { } ''
|
|||
fi
|
||||
done
|
||||
|
||||
if [ -f $out ]; then
|
||||
if [ -f $source/songlist ]; then
|
||||
rm -rf $out/songlist.json
|
||||
cp $source/songlist $out/songlist.json
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue