We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32d7787 commit 3816c69Copy full SHA for 3816c69
1 file changed
wrapperModules/d/direnv/module.nix
@@ -89,8 +89,6 @@ in
89
};
90
}
91
// lib.mapAttrs (name: value: {
92
- # key must be a valid shell variable name
93
- key = builtins.replaceStrings [ "." "-" ] [ "" "" ] name;
94
content = value;
95
relPath = "${config.configDirname}/lib/${name}";
96
}) config.lib;
0 commit comments