Do not assign values to config.
This commit is contained in:
parent
019894965a
commit
eaf3bf45c5
19 changed files with 28 additions and 27 deletions
|
@ -6,10 +6,12 @@
|
|||
...
|
||||
}:
|
||||
{
|
||||
config.machine.pkgsets.php.pkgwrap = fn.pkgFilter config.machine.pkgsets.php.pkgs;
|
||||
config.machine.pkgsets.php.pkgs =
|
||||
(with pkgs.php82Packages; [
|
||||
composer
|
||||
])
|
||||
++ (with pkgs; [ php82 ]);
|
||||
machine.pkgsets.php = {
|
||||
pkgwrap = fn.pkgFilter config.machine.pkgsets.php.pkgs;
|
||||
pkgs =
|
||||
(with pkgs.php82Packages; [
|
||||
composer
|
||||
])
|
||||
++ (with pkgs; [ php82 ]);
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue