Skip to content

Commit

Permalink
Disable FlakeHub publishing (#45)
Browse files Browse the repository at this point in the history
[FlakeHub doesn’t allow
IFD](DeterminateSystems/flakehub-push#69), so
we have to disable this for Haskell projects, which currently require
IFD.
  • Loading branch information
sellout authored Mar 13, 2024
2 parents cfa7e77 + 5cc2b71 commit bcd6833
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 29 deletions.
4 changes: 3 additions & 1 deletion .config/project/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,9 @@
]));

## publishing
services.flakehub.enable = true;
# NB: Can’t use IFD on FlakeHub (see DeterminateSystems/flakehub-push#69), so
# this is disabled until we have a way to build Haskell without IFD.
services.flakehub.enable = false;
services.github.enable = true;
services.github.settings.repository.topics = ["recursion-schemes"];
}
1 change: 0 additions & 1 deletion .gitattributes

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

27 changes: 0 additions & 27 deletions .github/workflows/flakehub-publish.yml

This file was deleted.

0 comments on commit bcd6833

Please sign in to comment.