diff options
Diffstat (limited to 'meson.options')
-rw-r--r-- | meson.options | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.options b/meson.options index ef5a669dd..022727858 100644 --- a/meson.options +++ b/meson.options @@ -39,7 +39,7 @@ option('store-dir', type : 'string', value : '/nix/store', description : 'path of the Nix store', ) -option('state-dir', type : 'string', value : '/nix/var/nix', +option('state-dir', type : 'string', value : '/nix/var', description : 'path to store state in for Nix', ) |