From 8a116e3cac9ce243e9190865fc50e677f1787637 Mon Sep 17 00:00:00 2001 From: Minijackson Date: Thu, 9 Aug 2018 14:22:53 +0200 Subject: Keep the stdenv variable --- default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'default.nix') diff --git a/default.nix b/default.nix index 8ba6c08..423f02d 100644 --- a/default.nix +++ b/default.nix @@ -34,7 +34,9 @@ cmakeBuildType ? "Debug" }: -rec { +let + stdenv = nixpkgs.stdenv; +in rec { kasync = stdenv.mkDerivation { name = "kasync"; nativeBuildInputs = with nixpkgs; [ cmake ninja ccache ]; -- cgit v1.2.3