From de5846f1290ee367f31db588e3304aa58a32eff4 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 10 May 2021 20:36:17 +0000 Subject: build(nix): add dev dependencies to nix shell build inputs --- shell.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/shell.nix b/shell.nix index bbbb0af..b44bca0 100644 --- a/shell.nix +++ b/shell.nix @@ -9,6 +9,9 @@ in pkgs.mkShell { buildInputs = with pkgs; [ # Rust rust + cargo-make + diesel-cli + cargo-watch # Dhall dhall -- cgit v1.2.3