summaryrefslogtreecommitdiff
path: root/check.sh
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2026-09-02 00:36:25 +0200
committerandromeda <andromeda@lenovo>2026-09-02 00:36:25 +0200
commit0a110b41d12e42946424578efcbaf231650ffe31 (patch)
tree631353fd7524d8eab3db09d08bd8222b41227ac3 /check.sh
parentad0f6c83dbfca9f0ab5fa706863b54d19bcc8e33 (diff)
[check.sh] add simple script to build everything, fix builds
Diffstat (limited to 'check.sh')
-rwxr-xr-xcheck.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/check.sh b/check.sh
new file mode 100755
index 0000000..9f50e99
--- /dev/null
+++ b/check.sh
@@ -0,0 +1 @@
+guix build -L. --keep-failed $(guix package -L. --list-available | rg '\./andromeda/' | awk '{print $1}')