direnv: nushell integration should not be read only

Fixes #3689
This commit is contained in:
Robert Helgesson
2023-02-20 07:42:23 +01:00
parent 6ea501044b
commit ebb21e1bf6

View File

@@ -83,7 +83,6 @@ in {
enableNushellIntegration = mkOption {
default = true;
type = types.bool;
readOnly = true;
description = ''
Whether to enable Nushell integration.
'';