From d1db83d95bb68ece5d4aca6d8426e28a9a4e93a4 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 6 Feb 2022 10:04:15 +0100 Subject: [PATCH] build: add a mention why we still use nix-gitignore --- flake.nix | 1 + 1 file changed, 1 insertion(+) 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" -- 2.39.5