artiq-zynq/cargofmt.sh

5 lines
99 B
Bash
Raw Normal View History

2024-12-04 16:06:11 +08:00
#!/usr/bin/env bash
nix-shell -p gnumake --command 'make manifests -B'
cd src
cargo fmt -- --check