Nix tool for PHP projects.
You can install the package via composer:
composer require ghostwriter/nixifyYou can also star (🌟) this repo to find it easier later.
vendor/bin/nixifyGenerates a default.nix file for the project.
vendor/bin/nixify make:default-nixGenerates a flake.nix file for the project.
vendor/bin/nixify make:flake-nixGenerates a shell.nix file for the project.
vendor/bin/nixify make:shell-nixLocks Nix dependencies to latest versions.
vendor/bin/nixify lockUpdates Nix files to the latest version.
vendor/bin/nixify updatePlease see CHANGELOG.md for more information on what has changed recently.
Please see LICENSE for more information on the license that applies to this project.
Please see SECURITY.md for more information on security disclosure process.