An open API service indexing awesome lists of open source software.

https://github.com/drupol/ipc2023

Sources of 'Leveraging Nix in the PHP ecosystem' presentation
https://github.com/drupol/ipc2023

presentation typst

Last synced: about 1 year ago
JSON representation

Sources of 'Leveraging Nix in the PHP ecosystem' presentation

Awesome Lists containing this project

README

          

# Leveraging Nix in the PHP ecosystem

## Usage

Each directory in `src/` correspond to a unique document. All the Nix command
available will be derived for each directory, automatically.

If you have a directory named `ipc2023`, the available commands in this project
will be:

- `build-ipc2023`: a command that will compile the source in a PDF document
immediately at the root of the project.
- `watch-ipc2023`: a command that will watch the source and compile the PDF
document as soon as there's a change, at the root of the project.
- `nix build .#ipc2023`: a command that will build the document once. The
resulting file(s) will be in `result/` at the root of the project.

## Latest version

The latest version is available at: https://github.com/drupol/ipc2023/releases/latest

## Dates

- 2023/10/26: [International PHP Conference 2023](https://phpconference.com/web-development/leveraging-nix-php-ecosystem/), Munich