mirror of
https://github.com/opdavies/build-configs.git
synced 2025-04-21 01:31:11 +01:00
Create flake.nix files for Symfony projects
This commit is contained in:
parent
f98a69e21f
commit
ed36ac2e28
2 changed files with 7 additions and 1 deletions
|
@ -32,7 +32,13 @@ final class CreateListOfFilesToGenerate
|
|||
]);
|
||||
|
||||
if ($configDto->isFlake) {
|
||||
$filesToGenerate->push(new TemplateFile(data: 'php/sculpin/flake.nix', name: 'flake.nix'));
|
||||
$filesToGenerate->push(new TemplateFile(data: 'php/common/flake.nix', name: 'flake.nix'));
|
||||
}
|
||||
break;
|
||||
|
||||
case (strtolower(ProjectType::Symfony->name)):
|
||||
if ($configDto->isFlake) {
|
||||
$filesToGenerate->push(new TemplateFile(data: 'php/common/flake.nix', name: 'flake.nix'));
|
||||
}
|
||||
break;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue