Skip to content

Commit

Permalink
flake: add php82 dev shell
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerschtli committed Oct 2, 2023
1 parent 79765be commit 7da0e78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@
(mkDevShellPhp system "php74-composer1" { phpVersion = "74"; composer1 = true; })
(mkDevShellPhp system "php80" { phpVersion = "80"; })
(mkDevShellPhp system "php81" { phpVersion = "81"; })
(mkDevShellPhp system "php82" { phpVersion = "82"; })
]);

formatter = forEachSystem (system: nix-formatter-pack.lib.mkFormatter formatterPackArgsFor.${system});
Expand Down

0 comments on commit 7da0e78

Please sign in to comment.