Skip to content

Commit

Permalink
Merge pull request #1317 from peterbecich/update-flake-3
Browse files Browse the repository at this point in the history
`nix flake update`
  • Loading branch information
peterbecich authored Jun 20, 2024
2 parents 9c28148 + 0b0aab7 commit 1037f20
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
ap-normalize.check = false;
# https://community.flake.parts/haskell-flake/dependency#nixpkgs
tar = { super, ... }:
{ custom = _: super.tar_0_6_1_0; };
{ custom = _: super.tar_0_6_2_0; };
# tasty = { super, ... }:
# { custom = _: super.tasty_1_5; };
};
packages = {
# https://community.flake.parts/haskell-flake/dependency#path
tls.source = "1.9.0";
# tls.source = "1.9.0";
};
devShell = {
tools = hp: {
Expand Down

0 comments on commit 1037f20

Please sign in to comment.