Skip to content

Commit

Permalink
om hack: Initialize
Browse files Browse the repository at this point in the history
This doesn't do much right now, but renders the Markdown from
`om.hack.default.readme`. Spec will change in future iterations.
  • Loading branch information
srid committed Oct 14, 2024
1 parent 2be1df9 commit f7b906c
Show file tree
Hide file tree
Showing 16 changed files with 265 additions and 168 deletions.
216 changes: 61 additions & 155 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ members = [
"crates/omnix-common",
"crates/omnix-cli",
"crates/omnix-init",
"crates/omnix-hack",
"crates/nix_rs",
"crates/nixci",
"crates/nix_health",
Expand Down Expand Up @@ -40,6 +41,7 @@ nix_rs = { version = "1.0.0", path = "./crates/nix_rs" }
nonempty = { version = "0.10.0", features = ["serialize"] }
omnix-common = { version = "0.1.0", path = "./crates/omnix-common" }
omnix-init = { version = "0.1.0", path = "./crates/omnix-init" }
omnix-hack = { version = "0.1.0", path = "./crates/omnix-hack" }
os_info = "3.7.0"
reqwest = { version = "0.11", features = ["blocking", "json"] }
regex = "1.9.3"
Expand All @@ -50,7 +52,7 @@ serde_repr = "0.1.18"
serde_with = { version = "3.2", features = ["json"] }
shell-words = { version = "1.1.0" }
sysinfo = "0.29.10"
syntect = { version = "5.2.0", default-features = false }
syntect = { version = "5.2.0", features = ["default-syntaxes"] }
tabled = "0.15"
tempfile = "3"
termimad = "0.30.0"
Expand Down
1 change: 1 addition & 0 deletions crates/omnix-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ nix_health = { workspace = true }
nix_rs = { workspace = true }
omnix-common = { workspace = true }
omnix-init = { workspace = true }
omnix-hack = { workspace = true }
tabled = { workspace = true }
tokio = { workspace = true }
tracing = { workspace = true }
Expand Down
Loading

0 comments on commit f7b906c

Please sign in to comment.