FlakM / crane_with_integration_template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About this project

Showcase rust build using nix with rich checks and integration tests inside vms.

  • uses crane
  • systemd unit to run the service
  • integration tests inspired by tutorial

Running instructions

# run all checks:
nix flake check

# run integration tests:
nix build .\#checks.x86_64-linux.itg

# generate doc
nix build .\#checks.x86_64-linux.test_nix-doc

Notes

Thank for the support from amazing matrix room <3

About

License:Apache License 2.0


Languages

Language:Nix 91.9%Language:Rust 8.1%