From 8aebe3297583ef279ecae3e6ca7f0ed6c782920f Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sun, 4 Aug 2024 20:39:31 +0400 Subject: [PATCH] uhhh --- overlays/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/overlays/default.nix b/overlays/default.nix index 67c4a4ef..c5cdbd8c 100644 --- a/overlays/default.nix +++ b/overlays/default.nix @@ -1,4 +1,4 @@ -{inputs, pkgs, ...}: { +{inputs, ...}: { # This one brings our custom packages from the 'pkgs' directory additions = final: _prev: import ../packages {pkgs = final;}; @@ -25,7 +25,7 @@ src = ../config/dwm; }); ags = prev.ags.overrideAttrs (old: { - buildInputs = old.buildInputs ++ [ pkgs.libdbusmenu-gtk3 ]; + buildInputs = old.buildInputs ++ [ inputs.nixpkgs.pkgs.libdbusmenu-gtk3 ]; }); };