nix: Remove left-over commented out code in postgrest-test-doctests

This seems to be commented out for a while already, but nobody reported
problems, so far.
This commit is contained in:
Wolfgang Walther
2024-02-11 11:38:53 +01:00
parent 21e8ca5051
commit b22bb748f2
2 changed files with 1 additions and 6 deletions
-6
View File
@@ -41,12 +41,6 @@ let
withEnv = postgrest.env; withEnv = postgrest.env;
} }
'' ''
# For unknown reasons, doctests uses the wrong GHC package database outside
# nix-shell and fails, so we set the package path explicitly
#ghcWithPackages="$(cat ${postgrest.env})"
#ghcVersion="$(ls "$ghcWithPackages/lib")"
#export GHC_PACKAGE_PATH="$ghcWithPackages/lib/$ghcVersion/package.conf.d/"
${cabal-install}/bin/cabal v2-run ${devCabalOptions} test:doctests ${cabal-install}/bin/cabal v2-run ${devCabalOptions} test:doctests
''; '';
Submodule
+1
Submodule update-ghc added at e2b67233f7