Unverified Commit 573994db authored by winston's avatar winston
Browse files

nu_scripts: don't install screenshots

removes the screenshot directory, saving 93MB, or ~85% pkg size
parent 511d9c98
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@ stdenvNoCC.mkDerivation {

    mkdir -p $out/share/nu_scripts
    mv ./* $out/share/nu_scripts
    rm -r $out/share/nu_scripts/themes/screenshots

    runHook postInstall
  '';