From bea2da6fd3ef247e9f0de4430c16b130d7b2ba4c Mon Sep 17 00:00:00 2001 From: prescientmoon Date: Wed, 5 Mar 2025 14:43:22 +0100 Subject: [PATCH] Fix what the previous commit was supposed to do! --- flake.nix | 2 +- nix/private-config.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 1ce3130..f37cb89 100644 --- a/flake.nix +++ b/flake.nix @@ -25,7 +25,7 @@ in { packages = { - inherit (pkgs) shimmeringmoon; + inherit (pkgs) shimmeringmoon private-config; default = pkgs.shimmeringmoon; }; diff --git a/nix/private-config.nix b/nix/private-config.nix index 6c87163..e934355 100644 --- a/nix/private-config.nix +++ b/nix/private-config.nix @@ -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