From 0dbbd96cda84710f5af311903843fb48699bf50b Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 29 May 2025 10:30:55 +0100 Subject: [PATCH] Refactor --- flake.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index dc79cdefd..9795525cc 100644 --- a/flake.nix +++ b/flake.nix @@ -15,10 +15,9 @@ }; phpPackages = pkgs.php83Packages; in - with pkgs; { - devShells.${system}.default = mkShell { - packages = [ + devShells.${system}.default = pkgs.mkShell { + packages = with pkgs; [ just php phpactor