mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-18 19:10:21 -07:00
* Support comp.nix. * Re-order overlays and modules dependency-last for sanity. * Re-export `xmonad.modernise`. NIX.md: * Document comp.nix. * Simplify example system flake, removing direct dependency on the xmonad flake. * Advise sane module ordering. * Include and document `modernise` workaround. * Clarify user-substituted `<foo>` values. .gitignore: * Include nix 'result' symlink.
33 lines
266 B
Plaintext
33 lines
266 B
Plaintext
.cabal-sandbox/
|
|
cabal.sandbox.config
|
|
.hpc/
|
|
*.hi
|
|
*.o
|
|
*.p_hi
|
|
*.prof
|
|
*.tix
|
|
cabal.config
|
|
dist
|
|
dist-*
|
|
|
|
# editor temp files
|
|
|
|
*#
|
|
.#*
|
|
*~
|
|
.*.swp
|
|
|
|
# TAGS files
|
|
TAGS
|
|
tags
|
|
|
|
# stack artifacts
|
|
/.stack-work/
|
|
/cabal.project.local
|
|
|
|
stack.yaml.lock
|
|
|
|
# nix artifacts
|
|
result
|
|
flake.lock
|