From 25c955aac5587a4284d51526113bda66ea24bb38 Mon Sep 17 00:00:00 2001 From: Martin Puppe Date: Mon, 21 Sep 2020 10:41:14 +0200 Subject: [PATCH] Remove unused nix-shell dependency --- shell.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/shell.nix b/shell.nix index a3c424c..c61e651 100644 --- a/shell.nix +++ b/shell.nix @@ -10,6 +10,5 @@ pkgs.mkShell { ''; buildInputs = with pkgs; [ nodePackages.node2nix - nix-prefetch-scripts ]; } \ No newline at end of file