Improvements to default.nix file

This commit is contained in:
John Wiegley 2014-08-02 11:08:46 -04:00
parent 5cd581ce0d
commit 748bebf965

View file

@ -5,7 +5,7 @@
cabal.mkDerivation (self: rec {
pname = "hnix";
version = "0.0.1";
src = ./.;
src = builtins.filterSource (path: type: type != "unknown") ./.;
isLibrary = true;
isExecutable = true;
noHaddock = true;