Support attribute sets with string keys
This commit is contained in:
parent
1027975497
commit
1b55512e1e
3 changed files with 33 additions and 1 deletions
9
test/rust/register/flake.nix
Normal file
9
test/rust/register/flake.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
inputs = { };
|
||||
outputs = inputs: {
|
||||
systemConfigs = {
|
||||
identifier-key = "value";
|
||||
"string.literal/key" = "value";
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue