Remove unused input

This commit is contained in:
Lukas Cech 2025-01-13 14:39:57 +01:00
parent ef2dc5c216
commit 3363f0b90d

View File

@ -92,7 +92,7 @@
modules = [ modules = [
# Add our overlay to the system configuration # Add our overlay to the system configuration
( (
{ pkgs, ... }: { ... }:
{ {
nixpkgs.overlays = [ overlay ]; nixpkgs.overlays = [ overlay ];
} }