Skip to content

Commit

Permalink
nix flake update
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbecich committed Jun 30, 2024
1 parent 7b34592 commit 34fce0a
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nix-flake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
os:
- ubuntu-latest
- macos-latest
# - macos-latest
name: Nix on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
steps:
Expand Down
12 changes: 6 additions & 6 deletions flake.lock

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

18 changes: 13 additions & 5 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,22 @@
};
packages.default = config.packages.hackage-server;
haskellProjects.default = {
# basePackages = pkgs.haskell.packages.ghc98;
settings = {
hackage-server.check = false;
ap-normalize.check = false;
hackage-server.check = true;
# https://community.flake.parts/haskell-flake/dependency#nixpkgs
tar = { super, ... }:
{ custom = _: super.tar_0_6_2_0; };
# tasty = { super, ... }:
# { custom = _: super.tasty_1_5; };
{ custom = _: super.tar_0_6_3_0; };
# tls = { super, ... }:
# { custom = _: super.tls_2_0_2; };
# tls-session-manager = { super, ... }:
# { custom = _: super.tls-session-manager_0_0_5; };
tasty = { super, ... }:
{ custom = _: super.tasty_1_5_1; };
# logict.jailbreak = true;
# integer-logarithms.jailbreak = true;
# time-compat.jailbreak = true;
# indexed-traversable-instances.jailbreak = true;
};
packages = {
# https://community.flake.parts/haskell-flake/dependency#path
Expand Down

0 comments on commit 34fce0a

Please sign in to comment.