about summary refs log tree commit diff stats
path: root/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix
index 8045c99..b5a7a33 100644
--- a/shell.nix
+++ b/shell.nix
@@ -30,7 +30,6 @@ pkgs.mkShell {
   ];
   shellHook = ''
     ${searchix.pre-commit-check.shellHook}
-    css=${searchix.css}/
   '';
   buildInputs = searchix.pre-commit-check.enabledPackages;
 }