Skip to content

Commit

Permalink
Update nix devShell tools
Browse files Browse the repository at this point in the history
 * Bump cabal@latest
 * Remove ghcid
  • Loading branch information
sgillespie committed Oct 28, 2024
1 parent 8cdcb30 commit 68fdbf9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
(final: prev: {
postgresql = prev.postgresql.overrideAttrs (_:
final.lib.optionalAttrs (final.stdenv.hostPlatform.isMusl) {
doCheck = false;
NIX_LDFLAGS = "--push-state --as-needed -lstdc++ --pop-state";
});
})
];
Expand Down Expand Up @@ -163,8 +163,7 @@
};

shell.tools = {
cabal = { version = "3.10.3.0"; compiler-nix-name = "ghc982"; };
ghcid = "0.8.8";
cabal = "latest";
haskell-language-server = {
src =
if config.compiler-nix-name == "ghc8107" then
Expand Down

0 comments on commit 68fdbf9

Please sign in to comment.