From b6cabad4343edb0247eeac29bc35920de8d08785 Mon Sep 17 00:00:00 2001 From: Gabriella Gonzalez Date: Wed, 2 Nov 2022 19:25:21 -0700 Subject: [PATCH] Include `nix.hh` in the source distribution (#12) Fixes https://github.com/aristanetworks/nix-serve-ng/issues/10 --- nix-serve-ng.cabal | 1 + 1 file changed, 1 insertion(+) diff --git a/nix-serve-ng.cabal b/nix-serve-ng.cabal index 024149c..b5f730d 100644 --- a/nix-serve-ng.cabal +++ b/nix-serve-ng.cabal @@ -33,6 +33,7 @@ executable nix-serve include-dirs: cbits cxx-sources: cbits/nix.cpp + , cbits/nix.hh cxx-options: -std=c++17