aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Kummerlaender2019-10-08 20:55:41 +0200
committerAdrian Kummerlaender2019-10-08 20:55:41 +0200
commit5c55995cbaedbeb0f6b9ee0ce9f3e69daaf02119 (patch)
tree5399dac7cc4b4cc5049cf249b42e80fb8c8afcac
parent7a79d49dd27b3ec923cc70daadeae6f0e48a7590 (diff)
downloadsymlbm_playground-5c55995cbaedbeb0f6b9ee0ce9f3e69daaf02119.tar
symlbm_playground-5c55995cbaedbeb0f6b9ee0ce9f3e69daaf02119.tar.gz
symlbm_playground-5c55995cbaedbeb0f6b9ee0ce9f3e69daaf02119.tar.bz2
symlbm_playground-5c55995cbaedbeb0f6b9ee0ce9f3e69daaf02119.tar.lz
symlbm_playground-5c55995cbaedbeb0f6b9ee0ce9f3e69daaf02119.tar.xz
symlbm_playground-5c55995cbaedbeb0f6b9ee0ce9f3e69daaf02119.tar.zst
symlbm_playground-5c55995cbaedbeb0f6b9ee0ce9f3e69daaf02119.zip
Add ctags to shell environment
-rw-r--r--shell.nix2
1 files changed, 2 insertions, 0 deletions
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 = ''