From 445de07abea8fa09c6151e7fdaad9460ce14a64a Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 16 Apr 2025 23:11:35 +0100 Subject: [PATCH] Refactor --- flake.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index bff2f3531..f6a5757bc 100644 --- a/flake.nix +++ b/flake.nix @@ -7,10 +7,10 @@ system = "x86_64-linux"; pkgs = import nixpkgs { inherit system; }; in + with pkgs; { - - devShells.${system}.default = pkgs.mkShell { - packages = with pkgs; [ + devShells.${system}.default = mkShell { + packages = [ just php83 php83Packages.composer