Skip to content

Commit 68fdbf9

Browse files
committed
Update nix devShell tools
* Bump cabal@latest * Remove ghcid
1 parent 8cdcb30 commit 68fdbf9

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

flake.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
(final: prev: {
8787
postgresql = prev.postgresql.overrideAttrs (_:
8888
final.lib.optionalAttrs (final.stdenv.hostPlatform.isMusl) {
89-
doCheck = false;
89+
NIX_LDFLAGS = "--push-state --as-needed -lstdc++ --pop-state";
9090
});
9191
})
9292
];
@@ -163,8 +163,7 @@
163163
};
164164

165165
shell.tools = {
166-
cabal = { version = "3.10.3.0"; compiler-nix-name = "ghc982"; };
167-
ghcid = "0.8.8";
166+
cabal = "latest";
168167
haskell-language-server = {
169168
src =
170169
if config.compiler-nix-name == "ghc8107" then

0 commit comments

Comments
 (0)