From d9bb6024dcfb921288713ad273ff456eebe6097b Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sat, 7 Mar 2026 18:20:18 -0500 Subject: [PATCH] fix: build --- home/modules/shell.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/home/modules/shell.nix b/home/modules/shell.nix index 521a10c..f6bfa54 100644 --- a/home/modules/shell.nix +++ b/home/modules/shell.nix @@ -45,7 +45,6 @@ in imagemagick graphite-cli luarocks - jupyter ] ++ lib.optionals hostConfig.isLinux [ xclip ] ++ lib.optionals rust [ rustup ]