image: nixos/latest repositories: nixpkgs: https://nixos.org/channels/nixpkgs-unstable environment: NIX_CONFIG: experimental-features = nix-command flakes sources: - https://git.sr.ht/~evhan/beaker tasks: - build: | cd beaker nix build --out-link ../result - check: | result/bin/chicken-clean -h result/bin/chicken-lint -h result/bin/chicken-lock -h - test: | cd beaker nix develop --command chicken-install -test