diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-12-18 17:11:22 +0100 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-12-18 17:11:22 +0100 |
| commit | 927db97913450ac478c7284ed188de4edb467a28 (patch) | |
| tree | 5b3ae5f821bab6062801b3328064e495930b4d11 /scripts/check.sh | |
| parent | check.sh: Init (diff) | |
| download | nixos-server-927db97913450ac478c7284ed188de4edb467a28.zip | |
scripts: Consolidate in `scripts` directory and advance
Diffstat (limited to '')
| -rwxr-xr-x | scripts/check.sh (renamed from check.sh) | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/check.sh b/scripts/check.sh index f3c4ecb..f152cbb 100755 --- a/check.sh +++ b/scripts/check.sh @@ -1,5 +1,6 @@ #! /usr/bin/env sh +# --log-format multiline-with-logs \ nix build \ --option max-jobs 1 \ --print-out-paths --no-link \ @@ -14,6 +15,6 @@ nix build \ .#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 \ +# .#checks.x86_64-linux.email-dns \ +# .#checks.x86_64-linux.email-http \ +# .#checks.x86_64-linux.email-ip \ |
