diff --git a/default.nix b/default.nix
deleted file mode 100644
--- a/default.nix
+++ /dev/null
@@ -1,8 +0,0 @@
-{ pkgs ? import <nixpkgs> { }
-, src ?  builtins.filterSource (path: type:
-    type != "unknown" &&
-    baseNameOf path != ".git" &&
-    baseNameOf path != "result" &&
-    baseNameOf path != "dist") ./.
-}:
-pkgs.haskellPackages.buildLocalCabal src "hspec-checkers"
diff --git a/hspec-checkers.cabal b/hspec-checkers.cabal
--- a/hspec-checkers.cabal
+++ b/hspec-checkers.cabal
@@ -1,5 +1,5 @@
 name:                hspec-checkers
-version:             0.1.0.1
+version:             0.1.0.2
 synopsis:            Allows to use checkers properties from hspec
 description:
   Allows to use <http://hackage.haskell.org/package/checkers checkers>
@@ -14,7 +14,6 @@
 cabal-version:       >=1.10
 extra-source-files:
   README.md
-  default.nix
 
 source-repository head
   type: git
