1
Fork 0

Fix what the previous commit was supposed to do!

This commit is contained in:
prescientmoon 2025-03-05 14:43:22 +01:00
parent 16fdc89cf3
commit bea2da6fd3
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@
in in
{ {
packages = { packages = {
inherit (pkgs) shimmeringmoon; inherit (pkgs) shimmeringmoon private-config;
default = pkgs.shimmeringmoon; default = pkgs.shimmeringmoon;
}; };

View file

@ -22,7 +22,7 @@ runCommand "shimmering-private-config" { } ''
fi fi
done done
if [ -f $out ]; then if [ -f $source/songlist ]; then
rm -rf $out/songlist.json rm -rf $out/songlist.json
cp $source/songlist $out/songlist.json cp $source/songlist $out/songlist.json
fi fi