From 124e48e238a19c03d7434f7f0e6fe3ef1cfdcfa6 Mon Sep 17 00:00:00 2001 From: tilpner Date: Thu, 10 Sep 2020 22:04:26 +0200 Subject: Update to async, smol 1.0 --- shell.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index 16aa3fb..80ef0e4 100644 --- a/shell.nix +++ b/shell.nix @@ -1,5 +1,8 @@ with import {}; -mkShell { - inherit (import ./default.nix {}) buildInputs nativeBuildInputs; +let + default = import ./default.nix {}; +in mkShell { + inherit (default) buildInputs; + nativeBuildInputs = default.nativeBuildInputs ++ [ crate2nix ]; } -- cgit v1.2.3