* change formatter to nixfmt-rfc-style Signed-off-by: ahuston-0 <aliceghuston@gmail.com> * Add rfc-style fmt'ing Signed-off-by: ahuston-0 <aliceghuston@gmail.com> --------- Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
8 lines
55 B
Nix
8 lines
55 B
Nix
{ ... }:
|
|
{
|
|
users = [
|
|
"alice"
|
|
"richie"
|
|
];
|
|
}
|