Skip to content

Commit

Permalink
fix(flake): update-markdown script
Browse files Browse the repository at this point in the history
  • Loading branch information
deemp committed Aug 7, 2024
1 parent 1c367aa commit 434de22
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
7 changes: 4 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@
runtimeInputs = [
inputs.mdsh.packages.${system}.default
pkgs.mdbook-linkcheck
pkgs.yq-go
stack-wrapped
];
text =
Expand All @@ -203,11 +204,11 @@
${lib.concatMapStringsSep "\n" (x: "mdsh -i site/docs/src/${x} --work_dir .") [
"common/celsius.md"
"normalizer.md"
"pipeline.md"
"quick-start.md"
"normalizer/transform.md"
"normalizer/metrics.md"
"normalizer/dataize.md"
"normalizer/report.md"
"normalizer/metrics.md"
"normalizer/transform.md"
"contributing.md"
]}
Expand Down
7 changes: 7 additions & 0 deletions program.phi
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
a ↦ ⟦ b ↦ ∅, x ↦ ⟦ Δ ⤍ 01- ⟧ ⟧ (b ↦ ⟦ c ↦ ξ.ρ.x ⟧ ).b.c,
x ↦ ⟦ Δ ⤍ 02- ⟧,
λ ⤍ Package
}

0 comments on commit 434de22

Please sign in to comment.