Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I09ed2eea568edfaecdb800197bc36c416a6a6964
7 lines
74 B
Nix
7 lines
74 B
Nix
# Module to be imported
|
|
{
|
|
foo = 42;
|
|
bar = {
|
|
baz = "hello";
|
|
};
|
|
}
|