many things:
* flake.lock update, with code changes needed. * miniserve.rs static directory listing. * change from typst-ls to tinymist for typst lsp * deletion of hugo template. * change from self-built duckdns module to nixpkgs one.
This commit is contained in:
parent
73451d607b
commit
e8a5bb3bc9
29 changed files with 103 additions and 267 deletions
|
@ -3,12 +3,12 @@
|
|||
path = ./default;
|
||||
description = "a basic blank devshell flake";
|
||||
};
|
||||
hugo = {
|
||||
path = ./hugo;
|
||||
description = "a flake for getting a hugo website up and running";
|
||||
};
|
||||
latex = {
|
||||
path = ./latex;
|
||||
description = "A flake containing a basic latex environment";
|
||||
};
|
||||
typst = {
|
||||
path= ./typst;
|
||||
description = "A flake containing a basic typst environment";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue