From 5c55995cbaedbeb0f6b9ee0ce9f3e69daaf02119 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Tue, 8 Oct 2019 20:55:41 +0200 Subject: Add ctags to shell environment --- shell.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shell.nix b/shell.nix index 24126eb..f45ee91 100644 --- a/shell.nix +++ b/shell.nix @@ -59,6 +59,8 @@ pkgs.stdenvNoCC.mkDerivation rec { pkgs.opencl-info # jupyter dependencies pkgs.nodejs + + pkgs.universal-ctags ]; shellHook = '' -- cgit v1.2.3