mirror of
https://github.com/NotAShelf/systemyml.git
synced 2024-11-22 13:20:47 +00:00
A half-working systemd service generator.
4376576edc
Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.38.14 to 0.38.19. - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Commits](https://github.com/bytecodealliance/rustix/compare/v0.38.14...v0.38.19) --- updated-dependencies: - dependency-name: rustix dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.github/workflows | ||
services | ||
src | ||
test | ||
.envrc | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
default.nix | ||
flake.lock | ||
flake.nix | ||
LICENSE | ||
README.md | ||
shell.nix |
Systemyml
Something something generate systemd services from Yaml files. Works for the most part.
I think I can finally say I know how to write Rust code.