Skip to content

Commit e9831a7

Browse files
committed
fix nix develop shell
1 parent adfcbd9 commit e9831a7

File tree

2 files changed

+6
-15
lines changed

2 files changed

+6
-15
lines changed

flake.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

-9
Original file line numberDiff line numberDiff line change
@@ -48,21 +48,12 @@
4848
# https://community.flake.parts/haskell-flake/dependency#nixpkgs
4949
tar = { super, ... }:
5050
{ custom = _: super.tar_0_6_3_0; };
51-
Cabal = { super, ... }:
52-
{ custom = _: super.Cabal_3_12_1_0; };
53-
Cabal-syntax = { super, ... }:
54-
{ custom = _: super.Cabal-syntax_3_12_1_0; };
55-
cabal-install = { super, ... }:
56-
{ custom = _: super.cabal-install_3_12_1_0; };
5751
hackage-security = { super, ... }:
5852
{ custom = _: super.hackage-security_0_6_2_6; };
59-
# tasty = { super, ... }:
60-
# { custom = _: super.tasty_1_5; };
6153
};
6254
packages = {
6355
# https://community.flake.parts/haskell-flake/dependency#path
6456
# tls.source = "1.9.0";
65-
# cabal-install.source = "3.12.1.0";
6657
};
6758
devShell = {
6859
tools = hp: {

0 commit comments

Comments
 (0)