From 3363f0b90d5aa1b84158d622a0e1061ee6c7ec72 Mon Sep 17 00:00:00 2001 From: Lukas Cech Date: Mon, 13 Jan 2025 14:39:57 +0100 Subject: [PATCH] Remove unused input --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 4b64464..7fea646 100644 --- a/flake.nix +++ b/flake.nix @@ -92,7 +92,7 @@ modules = [ # Add our overlay to the system configuration ( - { pkgs, ... }: + { ... }: { nixpkgs.overlays = [ overlay ]; }