nix: Update static-haskell-nix and fix stripped executable

This commit is contained in:
monacoremo
2021-07-15 09:41:52 +02:00
committed by Remo Rechkemmer
parent 11374c2fae
commit 83cc358e1b
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ rec {
# Static executable.
postgrestStatic =
lib.doStrip (lib.justStaticExecutables (lib.dontCheck (staticHaskellPackage name src)));
lib.justStaticExecutables (lib.dontCheck (staticHaskellPackage name src));
# Profiled dynamic executable.
postgrestProfiled =