Include nix.hh in the source distribution (#12)

Fixes https://github.com/aristanetworks/nix-serve-ng/issues/10
This commit is contained in:
Gabriella Gonzalez 2022-11-02 19:25:21 -07:00 committed by GitHub
parent 5e0e4fb8ab
commit b6cabad434
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,6 +33,7 @@ executable nix-serve
include-dirs: cbits
cxx-sources: cbits/nix.cpp
, cbits/nix.hh
cxx-options: -std=c++17