nix: Update nixpkgs and static-haskell-nix

This commit is contained in:
monacoremo
2021-07-15 09:41:52 +02:00
committed by Remo Rechkemmer
parent 6fe88ef53c
commit 9568c4605a
15 changed files with 52 additions and 143 deletions
+2 -1
View File
@@ -36,6 +36,7 @@ let
allOverlays.ghr
allOverlays.gitignore
allOverlays.postgresql-default
allOverlays.postgresql-legacy
(allOverlays.haskell-packages { inherit compiler; })
];
@@ -92,7 +93,7 @@ rec {
# Static executable.
postgrestStatic =
lib.justStaticExecutables (lib.dontCheck (staticHaskellPackage name src));
lib.doStrip (lib.justStaticExecutables (lib.dontCheck (staticHaskellPackage name src)));
# Profiled dynamic executable.
postgrestProfiled =