feat: yoink asciidoc from nmd

This commit is contained in:
NotAShelf 2023-04-18 00:59:23 +03:00
commit 1829e321b5
No known key found for this signature in database
GPG key ID: F0D14CCB5ED5AA22
4 changed files with 20 additions and 2 deletions

View file

@ -3,4 +3,5 @@
booleans = import ./booleans.nix {inherit lib;};
types = import ./types {inherit lib;};
languages = import ./languages.nix {inherit lib;};
nmd = import ./nmd.nix;
}