Support attribute sets with string keys

This commit is contained in:
commiterate 2025-03-28 22:53:27 -04:00
parent 1027975497
commit 1b55512e1e
3 changed files with 33 additions and 1 deletions

View file

@ -0,0 +1,9 @@
{
inputs = { };
outputs = inputs: {
systemConfigs = {
identifier-key = "value";
"string.literal/key" = "value";
};
};
}