Skip to content

Commit

Permalink
Merge pull request #1293 from peterbecich/nix-flake-update
Browse files Browse the repository at this point in the history
`nix flake update`
  • Loading branch information
peterbecich authored Mar 8, 2024
2 parents 991f21d + 66b13d9 commit 7ca3dd8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# hackage-server

[![Build status](https://github.com/haskell/hackage-server/actions/workflows/cabal.yml/badge.svg)](https://github.com/haskell/hackage-server/actions/workflows/cabal.yml)
[![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)
[![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)

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.
Expand Down
18 changes: 9 additions & 9 deletions flake.lock

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

4 changes: 3 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
ap-normalize.check = false;
# https://community.flake.parts/haskell-flake/dependency#nixpkgs
tar = { super, ... }:
{ custom = _: super.tar_0_6_0_0; };
{ custom = _: super.tar_0_6_1_0; };
# tasty = { super, ... }:
# { custom = _: super.tasty_1_5; };
};
packages = {
# https://community.flake.parts/haskell-flake/dependency#path
Expand Down

0 comments on commit 7ca3dd8

Please sign in to comment.