]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
build: add a mention why we still use nix-gitignore
authorVincent Bernat <vincent@bernat.ch>
Sun, 6 Feb 2022 09:04:15 +0000 (10:04 +0100)
committerVincent Bernat <vincent@bernat.ch>
Sun, 6 Feb 2022 09:04:15 +0000 (10:04 +0100)
flake.nix

index e54847737943a0a6ebc323d8375282e2c73040b0..0fda72eb3710ee81c746ca10562a49342175f343 100644 (file)
--- 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"