@@ -0,0 +1,2 @@
+with import <nixpkgs> {};
+pkgs.badvpn.overrideDerivation (attrs: { src = stdenv.lib.cleanSource ./. ; })