Files
passepartout/infrastructure/guix/manifest.scm
Amr Gharbeia 8e48d057fa
Some checks failed
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 2s
CHORE: Fix infrastructure folder naming artifacts
2026-04-21 12:46:57 -04:00

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"))