Add manifest.scm and composer

This commit is contained in:
TakeV 2023-08-13 15:07:23 -07:00
parent b6c3ac4b13
commit 8ad69cca6c
Signed by: TakeV
GPG Key ID: A64F41345C7400AF
2 changed files with 13 additions and 0 deletions

BIN
composer Executable file

Binary file not shown.

13
manifest.scm Normal file
View File

@ -0,0 +1,13 @@
;; What follows is a "manifest" equivalent to the command line you gave.
;; You can store it in a file that you may then pass to any 'guix' command
;; that accepts a '--manifest' (or '-m') option.
(specifications->manifest
(list "git"
"gnupg"
"php"
"node"
"postgresql"
"redis"
"openssl"
"nss-certs"))