From 496b6d39411bb4c511511bee423dc73369c52528 Mon Sep 17 00:00:00 2001 From: Sweetbread Date: Thu, 5 Mar 2026 19:08:43 +0300 Subject: [PATCH] util(nix): remove sass pkg --- shell.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/shell.nix b/shell.nix index cc37274..3195af8 100644 --- a/shell.nix +++ b/shell.nix @@ -6,7 +6,6 @@ in pkgs.mkShell { buildInputs = with pypkgs; [ python virtualenv - pkgs.nodePackages.sass ]; shellHook = ''