No matches.
Import-resolving Nix IR plugin
ssh://git@git.notashelf.dev:33/notashelf/nixir.git
# Module to be imported
{
foo = 42;
bar = {
baz = "hello";
};
}