Added a module to flake

This commit is contained in:
Sebastian 2023-11-11 16:48:39 +01:00
parent fc6c3f9157
commit 724a862647
5 changed files with 74 additions and 2 deletions

View file

@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
mkdir -p $out/bin $out/share
cp -v dump1090 $out/bin/dump1090-afg
cp -vr public_html $out/share/dump1090
cp -vr public_html $out/share/dump1090-afg
runHook postInstall
'';