1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 19:01:16 +02:00

Apply suggestions from code review

Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
This commit is contained in:
John Ericson 2024-07-04 17:48:27 -04:00 committed by GitHub
parent b0bc2a97bf
commit e4056b9afd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 6 additions and 10 deletions

View file

@ -69,7 +69,7 @@ headers = [config_h] + files(
'nix_api_value.h',
)
# TODO don't install this once tests don't use it.
# TODO move this header to libexpr, maybe don't use it in tests?
headers += files('nix_api_expr_internal.h')
subdir('build-utils-meson/export-all-symbols')

View file

@ -1,7 +1,6 @@
{ lib
, stdenv
, mkMesonDerivation
, releaseTools
, meson
, ninja