Skip to content

Commit 3816c69

Browse files
committed
remove "key"-transform hack
construcFiles sanitizes the key by default now
1 parent 32d7787 commit 3816c69

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

wrapperModules/d/direnv/module.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,6 @@ in
8989
};
9090
}
9191
// lib.mapAttrs (name: value: {
92-
# key must be a valid shell variable name
93-
key = builtins.replaceStrings [ "." "-" ] [ "" "" ] name;
9492
content = value;
9593
relPath = "${config.configDirname}/lib/${name}";
9694
}) config.lib;

0 commit comments

Comments
 (0)