update some jank

This commit is contained in:
xenia 2025-09-29 21:47:23 -04:00
parent 943564da29
commit 7944b0e5de
3 changed files with 6 additions and 1 deletions

View File

@ -9,6 +9,9 @@
constructDrv = stdenv.mkDerivation; constructDrv = stdenv.mkDerivation;
excludeDrvArgNames = [ excludeDrvArgNames = [
"dependencies" "dependencies"
"tetheredInstallation"
"doMainSetup"
"buildDocs"
]; ];
extendDrvArgs = finalAttrs: extendDrvArgs = finalAttrs:
{ {

View File

@ -12,4 +12,6 @@
dependencies = packages; dependencies = packages;
tetheredInstallation = true; tetheredInstallation = true;
racketEnvOnly = true;
} }

View File

@ -132,7 +132,7 @@ EOF
rm $out/bin/mzscheme # ???? rm $out/bin/mzscheme # ????
fi fi
if [ -f "nix-racket-env-only" ]; then if [ "$racketEnvOnly" == "1" ]; then
echo Skipping raco pkg install echo Skipping raco pkg install
else else
echo Running raco pkg install echo Running raco pkg install