Some checks failed
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 3s
- Folders: literate->harness, src->library, system->environment, scripts->interfaces. - Synchronized all :tangle paths and system definitions. - Hardened .gitignore for binary and log artifacts. - Consolidated all documentation into docs/.
15 lines
280 B
Scheme
15 lines
280 B
Scheme
;; opencortex: Guix Environment Manifest
|
|
;; Usage: guix shell -m manifest.scm -- sbcl --eval ...
|
|
|
|
(specifications->manifest
|
|
'("sbcl"
|
|
"sbcl-cl-json"
|
|
"sbcl-bordeaux-threads"
|
|
"sbcl-usocket"
|
|
"sbcl-dexador"
|
|
"sbcl-cl-ppcre"
|
|
"ripgrep"
|
|
"git"
|
|
"curl"
|
|
"sqlite"))
|