mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-07 03:45:34 +01:00
refactor: add a TemplateFile DTO
Add a data transfer object that stores the source file name, the file name to generate and an optional path to create for each file to generate. As I'm using a `readonly` class for the DTO, this required updating PHP to 8.2. nix develop --command php bin/build-configs run
This commit is contained in:
parent
bd3e77254b
commit
ac1e0dc2c8
3 changed files with 70 additions and 38 deletions
|
@ -11,10 +11,7 @@
|
|||
in
|
||||
{
|
||||
devShell = with pkgs; pkgs.mkShell {
|
||||
buildInputs = [
|
||||
just
|
||||
php
|
||||
];
|
||||
buildInputs = [ php82 ];
|
||||
};
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue