Run nix fmt
Format using `nixfmt-rfc-style`.
This commit is contained in:
parent
14a1f177a0
commit
7f2df5f726
24 changed files with 317 additions and 162 deletions
|
@ -2,7 +2,9 @@
|
|||
let
|
||||
php = pkgs.php82;
|
||||
phpPackages = pkgs.php82Packages;
|
||||
in with pkgs; [
|
||||
in
|
||||
with pkgs;
|
||||
[
|
||||
inputs.build-configs.packages.${pkgs.system}.default
|
||||
|
||||
awscli2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue