tests: initial integration tests
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I09ed2eea568edfaecdb800197bc36c416a6a6964
This commit is contained in:
parent
b3dcba607b
commit
85a865af47
6 changed files with 147 additions and 0 deletions
7
tests/integration/imported_module.nix
Normal file
7
tests/integration/imported_module.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# Module to be imported
|
||||
{
|
||||
foo = 42;
|
||||
bar = {
|
||||
baz = "hello";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue