From: Vincent Bernat Date: Sun, 6 Feb 2022 09:04:15 +0000 (+0100) Subject: build: add a mention why we still use nix-gitignore X-Git-Tag: 1.0.14~21 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d1db83d95bb68ece5d4aca6d8426e28a9a4e93a4;p=thirdparty%2Flldpd.git build: add a mention why we still use nix-gitignore --- diff --git a/flake.nix b/flake.nix index e5484773..0fda72eb 100644 --- a/flake.nix +++ b/flake.nix @@ -11,6 +11,7 @@ { defaultPackage = pkgs.stdenv.mkDerivation rec { name = "lldpd"; + # We should be able to just use ./., but we have libevent as a submodule. src = pkgs.nix-gitignore.gitignoreSource [ ] ./.; configureFlags = [ "--localstatedir=/var"