diff --git a/explorer.nix b/explorer.nix index 467bcc1e3f..96c5f93560 100644 --- a/explorer.nix +++ b/explorer.nix @@ -11,7 +11,10 @@ pkgs.stdenv.mkDerivation { pname = "pingpub-explorer"; version = "0.1.0"; - src = ./.; + src = builtins.filterSource + (path: type: + type != "directory" || baseNameOf path != ".github") + (pkgs.lib.cleanSource ./.); nativeBuildInputs = with pkgs; [ tree