Skip to content

Commit 1037f20

Browse files
authored
Merge pull request #1317 from peterbecich/update-flake-3
`nix flake update`
2 parents 9c28148 + 0b0aab7 commit 1037f20

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

flake.lock

Lines changed: 12 additions & 12 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424
ap-normalize.check = false;
2525
# https://community.flake.parts/haskell-flake/dependency#nixpkgs
2626
tar = { super, ... }:
27-
{ custom = _: super.tar_0_6_1_0; };
27+
{ custom = _: super.tar_0_6_2_0; };
2828
# tasty = { super, ... }:
2929
# { custom = _: super.tasty_1_5; };
3030
};
3131
packages = {
3232
# https://community.flake.parts/haskell-flake/dependency#path
33-
tls.source = "1.9.0";
33+
# tls.source = "1.9.0";
3434
};
3535
devShell = {
3636
tools = hp: {

0 commit comments

Comments
 (0)