Skip to content

Commit f672a3d

Browse files
committed
nix flake update
1 parent 991f21d commit f672a3d

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

flake.lock

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

flake.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@
2424
ap-normalize.check = false;
2525
# https://community.flake.parts/haskell-flake/dependency#nixpkgs
2626
tar = { super, ... }:
27-
{ custom = _: super.tar_0_6_0_0; };
27+
{ custom = _: super.tar_0_6_1_0; };
28+
# tasty = { super, ... }:
29+
# { custom = _: super.tasty_1_5; };
2830
};
2931
packages = {
3032
# https://community.flake.parts/haskell-flake/dependency#path

0 commit comments

Comments
 (0)