about summary refs log tree commit diff stats
path: root/scripts/check.sh
blob: f152cbbb58fa4386dbd34114eb5d313f4ff2b585 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#! /usr/bin/env sh

# --log-format multiline-with-logs \
nix build \
    --option max-jobs 1 \
    --print-out-paths --no-link \
    .#checks.x86_64-linux.atuin-sync \
    .#checks.x86_64-linux.back \
    .#checks.x86_64-linux.deploy-activate \
    .#checks.x86_64-linux.deploy-schema \
    .#checks.x86_64-linux.dns \
    .#checks.x86_64-linux.formatting \
    .#checks.x86_64-linux.git-server \
    .#checks.x86_64-linux.rust-motd \
    .#checks.x86_64-linux.sharkey \
    .#checks.x86_64-linux.sharkey-cpu \
    .#checks.x86_64-linux.taskchampion-sync
# .#checks.x86_64-linux.email-dns \
# .#checks.x86_64-linux.email-http \
# .#checks.x86_64-linux.email-ip \