workflows: add check to run bud

This commit is contained in:
Parthiv Seetharaman 2021-10-04 12:18:28 -07:00
parent 469b3746cf
commit 74208fb88f

View file

@ -26,3 +26,4 @@ jobs:
- run: nix -Lv flake check
- run: nix -Lv build ".#nixosConfigurations.NixOS.config.system.build.toplevel"
- run: nix -Lv develop -c echo OK
- run: nix -Lv develop --command bud --help