about summary refs log tree commit diff stats
path: root/scripts/check.sh
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-12-18 17:11:22 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-12-18 17:11:22 +0100
commit927db97913450ac478c7284ed188de4edb467a28 (patch)
tree5b3ae5f821bab6062801b3328064e495930b4d11 /scripts/check.sh
parentcheck.sh: Init (diff)
downloadnixos-server-927db97913450ac478c7284ed188de4edb467a28.zip
scripts: Consolidate in `scripts` directory and advance
Diffstat (limited to 'scripts/check.sh')
-rwxr-xr-xscripts/check.sh20
1 files changed, 20 insertions, 0 deletions
diff --git a/scripts/check.sh b/scripts/check.sh
new file mode 100755
index 0000000..f152cbb
--- /dev/null
+++ b/scripts/check.sh
@@ -0,0 +1,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 \