asrar
asrar
@DavHau Made a first try, ran into some difficulties > and ensure the internal dreamLock option is populated How do i verify this is populated > for debugging use nix...
> You can do it like this: > > ``` > nix-repl> :lf ./. > warning: Git tree '/home/grmpf/synced/projects/github/dream2nix' is dirty > Added 24 variables. > > nix-repl> packages.x86_64-linux.doctrine-dbal.config.php-composer-lock.dreamLock >...
I'm getting into some errors, when trying to evaluate : ` :p packages.x86_64-linux.doctrine-dbal.config.php-composer-lock.dreamLock` Specifically related to calculating cyclic dependencies, pushed the code in the latest commit.https://github.com/nix-community/dream2nix/pull/551/commits/ea1cee137cdfbce198553fc59673ec7860c9e5c0 Stack trace of error...
> I pushed a commit to https://github.com/nix-community/dream2nix/tree/aszenz-php, where I ported simpleTranslate2 to `v1/` and adapted the translator.nix. Now it evaluates. I saw that you tried changing the whole translator to...
I would like to help in porting the php subsystem to the V1 api.
> This package struggles hard with migration to Symfony v7 plus version of `graphiql` it brings is old by default and we don't have any info in docs how to...
> Hi ! > > AFAIK, we don't maintain 5.5, we start at 5.6. Ok, 5.6 is also fine for us.
> First you need to add the overlay of this flake in your own configuration. > > In the whole process, this is probably the most complex part. An overlay...
> Technically it should work, but using raw `/nix/store/...` paths is a bad practice since it can be garbage collected. I would simply recommend you to add it to your...
> If there are no other `php` on your system and if the user running apache is the same user who run `nix profile`, yes. Seems like mod-php embeds php...