mirror of
https://gitlab.com/rensa-nix/devshell.git
synced 2026-02-02 07:15:09 +01:00
chore: add initial nixmkdocs setup and improve documentation
This commit is contained in:
parent
e76bef387e
commit
695d36a457
11 changed files with 172 additions and 8 deletions
|
|
@ -32,9 +32,14 @@
|
|||
(simple "devShells")
|
||||
(simple "tests")
|
||||
(simple "benchmark")
|
||||
(simple "docs")
|
||||
];
|
||||
}
|
||||
{
|
||||
packages = ren.select self [["repo" "tests"] ["repo" "benchmark"]];
|
||||
packages = ren.select self [
|
||||
["repo" "tests"]
|
||||
["repo" "benchmark"]
|
||||
["repo" "docs"]
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue