Skip to content

Commit

Permalink
nixd: install nix-node-eval into libexec (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
inclyc authored Apr 9, 2024
1 parent 509eada commit d68caac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nixd/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,6 @@ nix_node_eval = executable(
'nix-node-eval',
'tools/nix-node-eval.cpp',
install: true,
dependencies: libnixd
dependencies: libnixd,
install_dir: get_option('libexecdir'),
)

0 comments on commit d68caac

Please sign in to comment.