Add notes.txt
This commit is contained in:
parent
220232637c
commit
869f20f95e
1 changed files with 13 additions and 0 deletions
|
@ -0,0 +1,13 @@
|
|||
composer2nix --name composer2nix-example
|
||||
|
||||
WARNING: There is a vendor/ folder in the root directory of the project!
|
||||
This folder will be used by the Nix builder and influence the outcome!
|
||||
If you don't want this to happen, then you should remove it before running
|
||||
any of the Nix commands!
|
||||
|
||||
|
||||
The above command produces three expressions: php-packages.nix containing the dependencies, composer-env.nix the build infrastructure and default.nix that can be used to compose the package from its dependencies.
|
||||
|
||||
|
||||
nix-build
|
||||
nix-build override.nix
|
Loading…
Add table
Add a link
Reference in a new issue