From 61309895e78fb292f75633eb2a13c68dc84f2aa0 Mon Sep 17 00:00:00 2001 From: Lucian Pricop Date: Thu, 30 Dec 2021 17:18:13 +0200 Subject: [PATCH] stdenv --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index b95b4fd..c24ca0e 100644 --- a/default.nix +++ b/default.nix @@ -1,6 +1,6 @@ {pkgs ? import { inherit system; - }, system ? builtins.currentSystem, noDev ? true}: + }, stdenv, system ? builtins.currentSystem, noDev ? true}: let composerEnv = import ./composer-env.nix {