project-plus: remove sd and launcher from derivation

This commit is contained in:
ooks-io 2025-01-11 20:19:23 +11:00
parent 5aae9cdf5d
commit 4191eb50bf
2 changed files with 12 additions and 13 deletions

View file

@ -1,8 +1,6 @@
{
fpp-config,
userDir ? "/home/ooks/.config/project-plus",
fpp-sd,
fpp-launcher,
lib,
stdenv,
fetchFromGitHub,
@ -161,7 +159,7 @@ in
cp Binaries/ $out/ -r
mkdir -p $out/bin
ln -s $out/Binaries/ishiiruka $out/bin/project-plus
ln -s $out/Binaries/ishiiruka $out/bin/faster-project-plus
runHook postInstall
'';