Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 814 Bytes

README.org

File metadata and controls

28 lines (23 loc) · 814 Bytes

guix-phps-channel

This repository (should) contains all php’s packagaes (for the Guix OS) that required for the php development. If some of them missing, please contact me via email nazarn96@gmail.com

list of packages

  1. Guix php’s verions php70,php72,php73,php74,php81
  2. Guix composer
  3. Guix php xdebug
  4. Guix php-cs-fixer

Usage

To use this channel, add to your ~/.config/guix/channels.scm:

 (cons* (channel
   (name 'guix-phps)
   (branch "master")
   (url "https://github.com/Nazar65/guix-phps-channel")
   (introduction
     (make-channel-introduction
	"4e547cbb9391b5fe1b2a9fbc5efa4d5bec2d646f"
	(openpgp-fingerprint
	 "4441 0743 6E32 EE9F F20A  753F B510 AA5B 74EA F294"))))
	 %default-channels)

Then run guix pull to be able to install packages.