refactor: seperate example

This commit is contained in:
dusk 2021-05-15 02:54:56 +03:00
parent 52ec8e0921
commit 13d7fc0759
Signed by: dusk
GPG Key ID: 1D8F8FAF2294D6EA
2 changed files with 3 additions and 1 deletions

View File

@ -19,6 +19,8 @@
});
};
example = import ./example.nix tags;
examples = {
tags = import ./examples/tags.nix tags;
};
};
}