Skip to content

Commit

Permalink
fix nix develop shell
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbecich committed Jul 26, 2024
1 parent adfcbd9 commit e9831a7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 15 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.

9 changes: 0 additions & 9 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,21 +48,12 @@
# https://community.flake.parts/haskell-flake/dependency#nixpkgs
tar = { super, ... }:
{ custom = _: super.tar_0_6_3_0; };
Cabal = { super, ... }:
{ custom = _: super.Cabal_3_12_1_0; };
Cabal-syntax = { super, ... }:
{ custom = _: super.Cabal-syntax_3_12_1_0; };
cabal-install = { super, ... }:
{ custom = _: super.cabal-install_3_12_1_0; };
hackage-security = { super, ... }:
{ custom = _: super.hackage-security_0_6_2_6; };
# tasty = { super, ... }:
# { custom = _: super.tasty_1_5; };
};
packages = {
# https://community.flake.parts/haskell-flake/dependency#path
# tls.source = "1.9.0";
# cabal-install.source = "3.12.1.0";
};
devShell = {
tools = hp: {
Expand Down

0 comments on commit e9831a7

Please sign in to comment.