From 3dc25050139e88346f336f6a98932abc2f462760 Mon Sep 17 00:00:00 2001 From: Lucian Pricop Date: Fri, 24 Dec 2021 10:40:23 +0200 Subject: [PATCH] update default.nix --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index 3aa78f4..7767337 100644 --- a/default.nix +++ b/default.nix @@ -1,7 +1,7 @@ {pkgs ? import { inherit system; }, system ? builtins.currentSystem, noDev ? true}: - +with pkgs; let composerEnv = import ./composer-env.nix { inherit (pkgs) stdenv lib writeTextFile fetchurl php unzip phpPackages;