From 233ea76204ea5bc9a7d8f12816a9525b7a732bc5 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Wed, 2 Dec 2020 16:16:58 -0500 Subject: add webmention support (#274) * add webmention support Signed-off-by: Christine Dodrill * add webmention integration post Signed-off-by: Christine Dodrill --- shell.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index fbd55ce..1d1c111 100644 --- a/shell.nix +++ b/shell.nix @@ -5,16 +5,14 @@ let dhall-yaml = dhallpkgs.dhall-yaml-simple; dhall = dhallpkgs.dhall-simple; xepkgs = import sources.xepkgs { inherit pkgs; }; + rust = import ./nix/rust.nix { }; in with pkgs; with xepkgs; mkShell { buildInputs = [ # Rust - cargo + rust cargo-watch - rls - rustc - rustfmt # system dependencies openssl -- cgit v1.2.3