Remove unused input

This commit is contained in:
Lukas Cech
2025-01-13 14:39:57 +01:00
parent ef2dc5c216
commit 3363f0b90d
+1 -1
View File
@@ -92,7 +92,7 @@
modules = [
# Add our overlay to the system configuration
(
{ pkgs, ... }:
{ ... }:
{
nixpkgs.overlays = [ overlay ];
}