From b55ba9a5c114c1fff0ad1e8b3f2f48e9f789bdcf Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Tue, 6 Feb 2024 08:55:30 +0400 Subject: [PATCH] stop breaking --- overlays/default.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/overlays/default.nix b/overlays/default.nix index 91eff4c9..323e1f1c 100644 --- a/overlays/default.nix +++ b/overlays/default.nix @@ -1,8 +1,4 @@ -{ - inputs, - config, - ... -}: { +{inputs, ...}: { # This one brings our custom packages from the 'pkgs' directory additions = final: _prev: import ../packages {pkgs = final;};