diff options
author | Sinan Mohd <sinan@sinanmohd.com> | 2024-07-09 09:34:15 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-09 09:34:15 +0530 |
commit | 3c85d4765bc6592043c0dc5adfa377c3db51140b (patch) | |
tree | 0a54b083c12ba87f896261c226806338ff1c0a2e /meson_options.txt | |
parent | 956b4413f7f7c632d87962432f06c8f8214112ef (diff) | |
parent | 7d8aef1dd9231cdce191c7bd6fb65d0393a7c9c0 (diff) |
Merge pull request #9 from SomeoneSerge/feat/no-wrapper
build: record the nix-eval-jobs path in the binary, rm the wrapper
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index e8baf64..bd5fb66 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1 +1,2 @@ option('build-python', type: 'boolean', value: 'false') +option('NIX_EVAL_JOBS_PATH', type: 'string', value: 'nix-eval-jobs') |