refactor: remove unused stdenv

This commit is contained in:
Marc Jakobi
2024-02-22 22:36:09 +01:00
parent 01295fa37c
commit 72fb779cea
+1 -1
View File
@@ -3,7 +3,7 @@
{ {
pkgs, pkgs,
lib, lib,
stdenv, ...
}: { }: {
# list of plugins that have a /lua directory # list of plugins that have a /lua directory
nvim ? pkgs.neovim-unwrapped, nvim ? pkgs.neovim-unwrapped,