feat(users/Profpatsch/blog): add rust-string-conversions note
Change-Id: I7bee585935e65660f6b25b88ed33f09775eb01a0 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3088 Tested-by: BuildkiteCI Reviewed-by: Profpatsch <mail@profpatsch.de>
This commit is contained in:
parent
5e6685c689
commit
35aa79d14b
2 changed files with 58 additions and 4 deletions
|
|
@ -16,13 +16,16 @@ let
|
|||
bins.lowdown "-s" "-Thtml" "-o" "$out" note
|
||||
];
|
||||
|
||||
preventing-oom = renderNote "preventing-oom" ./notes/preventing-oom.md;
|
||||
|
||||
notes = [
|
||||
{
|
||||
route = [ "notes" "preventing-oom" ];
|
||||
name = "Preventing OOM";
|
||||
page = preventing-oom;
|
||||
page = renderNote "preventing-oom" ./notes/preventing-oom.md;
|
||||
}
|
||||
{
|
||||
route = [ "notes" "rust-string-conversions" ];
|
||||
name = "Converting between different String types in Rust";
|
||||
page = renderNote "rust-string-conversions" ./notes/rust-string-conversions.md;
|
||||
}
|
||||
];
|
||||
|
||||
|
|
@ -308,7 +311,6 @@ let
|
|||
|
||||
in depot.nix.utils.drvTargets {
|
||||
inherit
|
||||
preventing-oom
|
||||
router
|
||||
notes-server
|
||||
split-stdin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue