services-flake/test.sh
Sridhar Ratnakumar 05345eaab7 dev flake: check example and tests
It makes sense to consolidate all of this to in one place, the "dev flake".
2023-07-10 13:01:08 -04:00

10 lines
226 B
Bash
Executable File

set -euxo pipefail
cd "$(dirname "$0")"
# TODO: use github:srid/nixci
nix flake check -L ./dev \
--override-input services-flake . \
--override-input example ./example \
--override-input example/services-flake .