mirror of
https://gitlab.com/rensa-nix/devshell.git
synced 2025-12-11 22:00:08 +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
|
|
@ -3,7 +3,7 @@
|
|||
lib ? pkgs.lib,
|
||||
...
|
||||
}: rec {
|
||||
modules = import ./modules;
|
||||
modules = ./modules;
|
||||
eval = {config, ...}: let
|
||||
res = lib.evalModules {
|
||||
modules = [config modules];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue