mirror of
https://codeberg.org/icewind/flakelight-php.git
synced 2026-06-03 18:04:10 +02:00
initial version
This commit is contained in:
commit
1eceb2ce73
8 changed files with 428 additions and 0 deletions
26
README.md
Normal file
26
README.md
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# flakelight-php
|
||||
|
||||
An opinionated php module for
|
||||
[flakelight](https://github.com/nix-community/flakelight).
|
||||
|
||||
## Features
|
||||
|
||||
Included checks:
|
||||
|
||||
- php-cs-checker
|
||||
|
||||
## Usage
|
||||
|
||||
```nix
|
||||
{
|
||||
inputs = {
|
||||
nixpkgs.url = "nixpkgs/nixos-25.05";
|
||||
flakelight-php = {
|
||||
url = "path:/home/robin/Projects/flakelight-php";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
outputs = {flakelight-php, ...}:
|
||||
flakelight-php ./. {};
|
||||
}
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue