Skip to content

Commit

Permalink
build: add a mention why we still use nix-gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentbernat committed Feb 6, 2022
1 parent df7dd15 commit d1db83d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d1db83d

Please sign in to comment.