about summary refs log tree commit diff stats
path: root/shell.nix
diff options
context:
space:
mode:
authorAlan Pearce2024-05-04 12:40:22 +0200
committerAlan Pearce2024-05-04 14:49:23 +0200
commita2c97c10ee0a01277c51f85b15bdf8ee821f96db (patch)
treea9467a234344b6e4faae3a11673eb5d3163039d8 /shell.nix
parentdf2a55f82d5efeed8c59c5cf3b4e7381c97959b5 (diff)
downloadsearchix-a2c97c10ee0a01277c51f85b15bdf8ee821f96db.tar.lz
searchix-a2c97c10ee0a01277c51f85b15bdf8ee821f96db.tar.zst
searchix-a2c97c10ee0a01277c51f85b15bdf8ee821f96db.zip
chore: remove unnecessary shell variable
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;
 }