diff options
| author | andromeda <andromeda@lenovo> | 2026-09-02 00:36:25 +0200 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2026-09-02 00:36:25 +0200 |
| commit | 0a110b41d12e42946424578efcbaf231650ffe31 (patch) | |
| tree | 631353fd7524d8eab3db09d08bd8222b41227ac3 /check.sh | |
| parent | ad0f6c83dbfca9f0ab5fa706863b54d19bcc8e33 (diff) | |
[check.sh] add simple script to build everything, fix builds
Diffstat (limited to 'check.sh')
| -rwxr-xr-x | check.sh | 1 |
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}') |
