flake.nix:

* Avoid mangling unused parts of pkgs.haskell in `fromHOL`.
  * Create 'defComp', specifying the default compiler, customisable
    through ./comp.nix.
  * Include `modernise` module as a workaround for NIX_GHC -> XMONAD_GHC.
.gitignore:
  * Include nix 'result' symlink.
This commit is contained in:
L. S. Leary
2022-08-25 19:37:06 +12:00
parent b771abeadc
commit df6b40c980
2 changed files with 34 additions and 6 deletions

3
.gitignore vendored
View File

@@ -27,3 +27,6 @@ tags
/cabal.sandbox.config
/dist-newstyle/
/dist/
# nix artifacts
result