Skip to content

Commit 7ca3dd8

Browse files
authored
Merge pull request #1293 from peterbecich/nix-flake-update
`nix flake update`
2 parents 991f21d + 66b13d9 commit 7ca3dd8

File tree

3 files changed

+13
-11
lines changed

3 files changed

+13
-11
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# hackage-server
22

3-
[![Build status](https://github.com/haskell/hackage-server/actions/workflows/cabal.yml/badge.svg)](https://github.com/haskell/hackage-server/actions/workflows/cabal.yml)
3+
[![Build status](https://github.com/haskell/hackage-server/actions/workflows/haskell-ci.yml/badge.svg)](https://github.com/haskell/hackage-server/actions/workflows/haskell-ci.yml)
44
[![Build status](https://github.com/haskell/hackage-server/actions/workflows/nix-flake.yml/badge.svg)](https://github.com/haskell/hackage-server/actions/workflows/nix-flake.yml)
55

66
This is the `hackage-server` code. This is what powers <http://hackage.haskell.org>, and many other private hackage instances. The `master` branch is suitable for general usage. Specific policy and documentation for the central hackage instance exists in the `central-server` branch.

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)