aboutsummaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorSinan Mohd <sinan@sinanmohd.com>2024-07-09 09:34:15 +0530
committerGitHub <noreply@github.com>2024-07-09 09:34:15 +0530
commit3c85d4765bc6592043c0dc5adfa377c3db51140b (patch)
tree0a54b083c12ba87f896261c226806338ff1c0a2e /meson_options.txt
parent956b4413f7f7c632d87962432f06c8f8214112ef (diff)
parent7d8aef1dd9231cdce191c7bd6fb65d0393a7c9c0 (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.txt1
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')