5cfb230f15
Also use check-flake for .#check package. Deal with network access by disabling sandbox, and excluding in garnix.
12 lines
346 B
YAML
12 lines
346 B
YAML
builds:
|
|
include:
|
|
- "packages.x86_64-linux.*"
|
|
- "packages.aarch64-darwin.*"
|
|
- "checks.x86_64-linux.*"
|
|
- "checks.aarch64-darwin.*"
|
|
- "devShells.x86_64-linux.default"
|
|
- "devShells.aarch64-darwin.default"
|
|
exclude:
|
|
# https://github.com/srid/haskell-flake/issues/21
|
|
- "checks.*.default-hls"
|
|
- "packages.*.check"
|