From 727e6d890cad830c10c420f500583ebbed385d8a Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Sat, 7 Jan 2023 14:58:57 +0100 Subject: feat(users/Profpatsch): global shell for my userdir MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For my tooling, I want to be able to use vscode language servers for all subprojects, and the best ways to do that I’ve found so far is to add a global shell.nix which contains the transitive closure of all dependencies I need. This is not /nice/ per se, but it does the job with minimal effort right now and gives me a good development environment for all these crazy & dumb experiments in here. Change-Id: I717a72f490e9d58d45e4e15e9ba604c36b299814 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7794 Tested-by: BuildkiteCI Reviewed-by: Profpatsch --- users/Profpatsch/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 users/Profpatsch/.gitignore (limited to 'users/Profpatsch/.gitignore') diff --git a/users/Profpatsch/.gitignore b/users/Profpatsch/.gitignore new file mode 100644 index 0000000000..c33954f53a --- /dev/null +++ b/users/Profpatsch/.gitignore @@ -0,0 +1 @@ +dist-newstyle/ -- cgit 1.4.1