nix: set -x

This commit is contained in:
Evgeny Poberezkin
2022-09-10 11:08:28 +01:00
parent f3f661ee40
commit 8085515f56
+1
View File
@@ -103,6 +103,7 @@
# template haskell cross compilation. Thus we just pass them as linker options (-optl).
setupBuildFlags = map (x: "--ghc-option=${x}") [ "-shared" "-o" "libsimplex.so" "-optl-lHSrts_thr" "-optl-lffi"];
postInstall = ''
set -x
${pkgs.tree}/bin/tree $out
mkdir -p $out/_pkg
# copy over includes, we might want those, but maybe not.