From 58d926cb7329a0da941ab1f3451ec0282795811c Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sat, 26 Oct 2019 12:40:02 +0200 Subject: Add ctags to environment --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index b91c772..793ab2e 100644 --- a/shell.nix +++ b/shell.nix @@ -52,6 +52,7 @@ pkgs.stdenvNoCC.mkDerivation rec { in [ local-python pkgs.opencl-info + pkgs.universal-ctags ]; shellHook = '' -- cgit v1.2.3