From e7abdbe9121b5946b7d38caa98c7216836ea53fb Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sun, 6 Oct 2024 08:15:51 -0400 Subject: [PATCH] chore: update package list Note that deno was removed since it still fails to handle things like Next.js with the 2.0 release candidate and I'd rather not have to deal with all the other issues I faced while trying to use it with React. --- modules/shell.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/modules/shell.nix b/modules/shell.nix index c83d231c..b02253ad 100644 --- a/modules/shell.nix +++ b/modules/shell.nix @@ -79,7 +79,11 @@ bacon clippy nodejs - deno + monolith + haylxon + nix-inspect + sherlock + remind ]; };