1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2025-03-28 02:37:09 +00:00

Minor tweaks to nix module options defs

This commit is contained in:
Malo Bourgon 2022-08-13 15:49:25 -07:00
parent d44b8be38c
commit 39cf1e6fbe

View file

@ -204,7 +204,7 @@ in
envVars = mkOption {
type = types.attrs;
internal = true;
default = {};
default = { };
description = "Environment variables used by Nix.";
};
@ -212,7 +212,7 @@ in
type = types.bool;
default = true;
description = ''
If set, NixOS will enforce the immutability of the Nix store
If set, Nix will enforce the immutability of the Nix store
by making <filename>/nix/store</filename> a read-only bind
mount. Nix will automatically make the store writable when
needed.