Skip to content
Discussion options

You must be logged in to vote

I think you're looking for https://github.com/srid/haskell-flake/blob/master/doc/guide/modules.md#default-modules
Make sure your own flake also imports haskell-flake and then add something like this to perSystem:

  haskellProjects.default = {
    imports = [
      inputs.xmobar-prusalink.haskellFlakeProjectModules.output
    ];
#...

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@srid
Comment options

srid Dec 25, 2023
Maintainer

@reinux
Comment options

Answer selected by reinux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants