A couple of minor changes in ‘default.nix’

This commit is contained in:
mrkkrp 2019-09-27 14:09:07 +02:00
parent 87406cbd8f
commit de1a2789c0
No known key found for this signature in database
GPG Key ID: 8564658B2889FF7C

View File

@ -2,11 +2,11 @@
let
ormoluCompiler = "ghc865";
source = pkgs.lib.sourceByRegex ./.[
source = pkgs.lib.sourceByRegex ./. [
"^.*\.md$"
"^app.*$"
"^data.*$"
"^ormolu.cabal$"
"^ormolu\.cabal$"
"^src.*$"
"^tests.*$"
];