Commit graph

21 commits

Author SHA1 Message Date
Daniel Siepmann e57ed934c3
Improve shells 2023-03-01 16:50:13 +01:00
Daniel Siepmann 366652d452
Provide yarn to project shell 2023-02-27 11:07:33 +01:00
Daniel Siepmann a9456194a2
Stick to xdebug default port 9003 2023-02-23 13:29:11 +01:00
Daniel Siepmann 2e02b17693
Add xdebug to project in shell 2023-02-23 07:54:41 +01:00
Daniel Siepmann 42b966c1ee
Add frontend tools for customer 2023-02-21 13:11:02 +01:00
Daniel Siepmann 34e3b3dea8
Add further shells for TYPO3 projects 2023-02-21 10:32:22 +01:00
Daniel Siepmann 162c46e3ec
Mark shells crypted from now on
Some info might be leaky, e.g. used versions.
And I guess I'll now start to use them more and more as I finaly start
migration to NixOS.
2023-02-20 15:02:38 +01:00
Daniel Siepmann 6a82009b4e
Add first customer project with older php to hikari 2023-02-07 17:51:08 +01:00
Daniel Siepmann 20ab2377c9
Add project shell 2023-01-11 09:00:19 +01:00
Daniel Siepmann 5703303b78
Add composer to nix shell 2022-11-22 08:19:05 +01:00
Daniel Siepmann 90b3b46d88
Adjust nix shell for monorepo project 2022-10-17 08:22:59 +02:00
Daniel Siepmann 60410692dc
Use notify-send from nix within scripts
Also adjust dmenu selection to follow my naming conventions.
Ensure other dependencies are provided via nix.
2022-10-11 19:11:34 +02:00
Daniel Siepmann 0da1174f98
Remove PHP from SAC project shell
PHP 7.4 is out of maintenance.
I can revert and switch to 8 once we finished the update.
2022-08-23 07:45:35 +02:00
Daniel Siepmann 0633bd1af9
Ease shell for reuter
Do not install dependencies as those are no longer maintained.
Instead use the shell to set path to local installed version and miss
use nix-shell to build an environment that works for me for now.
2022-08-18 15:28:53 +02:00
Daniel Siepmann dabd9a42d6
Improve nix shell for customer project 2022-06-08 17:05:17 +02:00
Daniel Siepmann 6dbe027d41
Extend SAC nix shell 2022-06-02 12:20:36 +02:00
Daniel Siepmann 8c129b7fa9
Extend SAC shell to install and compile frontend 2022-06-02 08:30:31 +02:00
Daniel Siepmann 4a516a68c1
Add new nix shell for customer project 2022-05-23 08:08:34 +02:00
Daniel Siepmann 44060ad9fb
Fix base url of reuter project
We use BASE_URL instead of TYPO3_BASE in this project
2022-05-16 11:47:04 +02:00
Daniel Siepmann 38609c2725
Add nodejs to reuter shell 2022-04-28 12:55:16 +02:00
Daniel Siepmann df46cb05ed
Cleanup nix flakes + shells
Remove flakes for now.
I will use shells for now to not have a mixed setup.
Add composer v1 for a single customer project as overlay due to usage in
shell instead of flakes.

Adjust folder to not have unnecessary deep structure.

Add shell for reuter monorepo using composer v1.
2022-04-14 15:46:49 +02:00