ghostwriter/nixify

Nix tool for PHP

Maintainers

Package info

github.com/nix-php/nixify

Type:project

pkg:composer/ghostwriter/nixify

Fund package maintenance!

ghostwriter

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.1.x-dev 2026-03-09 12:43 UTC

This package is auto-updated.

Last update: 2026-03-09 12:43:37 UTC


README

GitHub Sponsors Automation Supported PHP Version Downloads

Nix tool for PHP projects.

Installation

You can install the package via composer:

composer require ghostwriter/nixify

Star ⭐️ this repo if you find it useful

You can also star (🌟) this repo to find it easier later.

Usage

vendor/bin/nixify

Generates a default.nix file for the project.

vendor/bin/nixify make:default-nix

Generates a flake.nix file for the project.

vendor/bin/nixify make:flake-nix

Generates a shell.nix file for the project.

vendor/bin/nixify make:shell-nix

Locks Nix dependencies to latest versions.

vendor/bin/nixify lock

Updates Nix files to the latest version.

vendor/bin/nixify update

Credits

Changelog

Please see CHANGELOG.md for more information on what has changed recently.

License

Please see LICENSE for more information on the license that applies to this project.

Security

Please see SECURITY.md for more information on security disclosure process.