1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-26 16:38:34 +02:00

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
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

View File

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