Skip to content

Commit

Permalink
use pkgsStatic instead of pkgsMusl
Browse files Browse the repository at this point in the history
  • Loading branch information
robx committed Jul 22, 2022
1 parent 4a983b6 commit 02627a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ let
postgrest =
pkgs.haskell.packages."${compiler}".callCabal2nix name src { };

staticPkgs = pkgs.pkgsMusl.extend (final: previous: {
staticPkgs = pkgs.pkgsStatic.extend (final: previous: {
postgresql = previous.postgresql.overrideAttrs (old: {
doCheck = false;
});
Expand Down

0 comments on commit 02627a3

Please sign in to comment.