Skip to content
Discussion options

You must be logged in to vote

Directly below that example xmonad.flake config:

1:

This will use core and contrib from git for your system xmonad, building your config with the compiler of your choice.

That's it. It's an easy way to use xmonad from git-master or a PR branch or your local changes, with the GHC version of your choice.

2:

With the flake enabled, the xmonad.haskellPackages option is not used directly, and is instead set by the flake.compiler option. When compiler is unset, the default pkgs.haskellPackages is used.

Setting compiler is optional; it doesn't need updating if you don't care about it.

3:

See the flakes themselves and nix flake documentation for full detail.

Sorry, but that NIX.md file and …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@refaelsh
Comment options

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