Commit caec41b9 authored by Felix Buehler's avatar Felix Buehler
Browse files

homer: remove sample/demo files

parent c35234d7
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -53,6 +53,10 @@ stdenvNoCC.mkDerivation rec {
    mkdir -p $out
    cp -R dist/* $out/

    # Remove sample/demo files from output
    rm -f $out/assets/*.yml.dist
    rm -f $out/assets/*.css.sample

    runHook postInstall
  '';